diff options
author | Brian Warner <warner@lothar.com> | 2017-11-25 12:10:34 -0600 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-11-25 12:10:34 -0600 |
commit | acd58c71510f56ff5d88b41b8e7b30bdffc4cb49 (patch) | |
tree | 8a0ed4e8628f43f0566f1dd0b5a53a1e28daae71 | |
parent | 7c4155e6e5871c45a766a73cc1ba2b4cbe8020d2 (diff) | |
download | PAKEs-acd58c71510f56ff5d88b41b8e7b30bdffc4cb49.tar.xz |
travis: fix test invocation
-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 |