Skip to content

Commit b5bb109

Browse files
committed
Move travis fuzzing to 1.34.2 to get integer atomics
1 parent 7341f4d commit b5bb109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rust:
33
- stable
44
- beta
55
- 1.22.0
6-
- 1.29.2
6+
- 1.34.2
77
cache: cargo
88

99
before_install:
@@ -13,5 +13,5 @@ before_install:
1313
script:
1414
- cargo build --verbose
1515
- cargo test --verbose
16-
- if [ "$(rustup show | grep default | grep 1.29.2)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi
16+
- if [ "$(rustup show | grep default | grep 1.34.2)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi
1717
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd net-tokio && cargo build --verbose; fi

0 commit comments

Comments
 (0)