We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64e1d2 commit df7c946Copy full SHA for df7c946
.travis.yml
@@ -31,10 +31,8 @@ script:
31
- cargo test --verbose --features 'serde'
32
- cargo test --verbose --features 'with_serde'
33
34
- - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
35
- cargo bench --verbose --features 'bench_it';
36
- fi
+ - test "$TRAVIS_RUST_VERSION" != "nightly" ||
+ cargo bench --verbose --features 'bench_it'
37
38
39
- cargo run --verbose --features 'flame_it' --example 'flame_udhr';
40
+ cargo run --verbose --features 'flame_it' --example 'flame_udhr'
0 commit comments