We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4e2df commit 83917a3Copy full SHA for 83917a3
1 file changed
.travis.yml
@@ -12,7 +12,7 @@ os:
12
script:
13
- cargo build --release --all --verbose
14
- cargo test --release --all --verbose
15
- - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; cargo build --no-default-features; fi
+ - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build --no-default-features; fi
16
17
matrix:
18
allow_failures:
0 commit comments