We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34a32b commit 5ce269aCopy full SHA for 5ce269a
.travis.yml
@@ -13,8 +13,7 @@ matrix:
13
env: FEATURES="--no-default-features"
14
- rust: stable
15
env: FEATURES="--features compat"
16
- - rust: 1.17.0
17
- env: BUILD_ONLY=1
+ - rust: 1.18.0
18
19
cache:
20
apt: true
@@ -24,8 +23,8 @@ cache:
24
23
25
script:
26
- ./.travis/readme.py
27
- - cargo build --verbose $FEATURES
28
- - 'if [ "$BUILD_ONLY" != "1" ]; then cargo test --verbose $FEATURES; fi'
+ - cargo build $FEATURES
+ - 'if [ "$BUILD_ONLY" != "1" ]; then cargo test $FEATURES; fi'
29
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi'
30
31
addons:
0 commit comments