From 76dd7e6dbae91efc017356638f6e628394b18270 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 22 Jan 2017 20:12:16 +0000 Subject: [PATCH] Add forgotten --no-default-features to CI test script. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da8f451..36340a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: - rust: nightly env: FEATURES='use_std use_alloc use_collections' script: - - cargo build --features "$FEATURES" + - cargo build --no-default-features --features "$FEATURES" notifications: irc: channels: