From bcbe758925fcec8ae21901a9aca0a26cd6386ba6 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 5 Feb 2018 16:26:37 +0300 Subject: [PATCH] Check fuzz with nightly. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7280687..52ad857 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |