From 6ee68b4d56083581daf127c98fd7d74a212d885d Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Sun, 21 Apr 2019 18:17:32 +0200 Subject: [PATCH] Build without std but do not test (yet). --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 727d87a..9c1c3f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,5 @@ script: - echo "Testing feature serialization" - cargo build --verbose --features serialization - cargo test --verbose --features serialization - - echo "Testing without std" + - echo "Building without std" - cargo build --verbose --no-default-features - - cargo test --verbose --no-default-features