diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73fa8d7..3ab58db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ script: - cargo clean - cargo build --verbose --all # - cargo run --verbose --example XYZ - - cargo test --verbose --features "test" --all +# - cargo test --verbose --features "test" --all + - cargo test --verbose --all after_success: | if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then |