From bb0fa980967377be396cd185103531d77f8e0d4e Mon Sep 17 00:00:00 2001 From: Kamil Markiewicz Date: Thu, 31 Aug 2017 01:02:15 +0200 Subject: [PATCH] Run cargo test with default features only --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 00604d0..cd14441 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ rust: env: matrix: + - FEATURES='' - FEATURES='--features "regexp regexp_macros"' - FEATURES='--features "stream regexp regexp_macros"' - FEATURES='--features "stream regexp regexp_macros" --no-default-features'