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 c662dd3 commit fc8cd9fCopy full SHA for fc8cd9f
.travis.yml
@@ -3,6 +3,7 @@ rust:
3
- stable
4
- beta
5
- 1.22.0
6
+ - 1.29.2
7
cache: cargo
8
9
before_install:
@@ -12,4 +13,4 @@ before_install:
12
13
script:
14
- cargo build --verbose
15
- cargo test --verbose
- - if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi
16
+ - if [ "$(rustup show | grep default | grep 1.29.2)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi
0 commit comments