From fbc65ae66cc3ede34eeb72164567994db5d3e2da Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Sun, 13 Aug 2017 11:29:03 -0400 Subject: [PATCH] [Travis] Use separate script --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3cf581..403dc84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,4 @@ matrix: - rust: beta - rust: nightly env: TEST_FLAGS="--features nightly" -script: - - cargo test $TEST_FLAGS - - echo '! cargo test --features failure' | bash +script: ./ci/travis.sh