Check fuzz with nightly.

This commit is contained in:
Sergey Pepyakin 2018-02-05 16:26:37 +03:00
parent 8b1518c705
commit bcbe758925
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ script:
- export CC=/usr/bin/gcc-6
- export CXX=/usr/bin/g++-6
# Make sure fuzz targets are not broken.
- cargo check --tests --manifest-path=fuzz/Cargo.toml
- cargo +nightly check --tests --manifest-path=fuzz/Cargo.toml
- ./test.sh
- ./doc.sh
after_success: |