Skip to content

Commit fb0bf34

Browse files
committed
travis - trying to fix it
1 parent a110f3f commit fb0bf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ before_script:
5050
script:
5151
- bash -c 'if [[ "$RUN_TEST" == "true" ]]; then
5252
export CI_RUST_VERSION="$TRAVIS_RUST_VERSION"
53-
cargo test --verbose --all
53+
cargo test --release
5454
;
5555
fi'
5656
- bash -c 'if [[ "$RUN_RUSTFMT" == "true" ]]; then

0 commit comments

Comments
 (0)