From 420b7c00e84cead9e61514701bad79f92c641d11 Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Tue, 27 Oct 2020 20:23:26 -0400 Subject: [PATCH] Fix travis CI test by turning on features --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f14fa53..faafcf4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rust: - stable - nightly script: - - cargo test --all + - cargo test --features unstable-pre-spec