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