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