Skip to content

Commit fc8cd9f

Browse files
committed
Run travis-fuzz on Rust 1.29.2 due to 1.30 breaking honggfuzz build
1 parent c662dd3 commit fc8cd9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rust:
33
- stable
44
- beta
55
- 1.22.0
6+
- 1.29.2
67
cache: cargo
78

89
before_install:
@@ -12,4 +13,4 @@ before_install:
1213
script:
1314
- cargo build --verbose
1415
- cargo test --verbose
15-
- 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

Comments
 (0)