diff --git a/.travis.yml b/.travis.yml index b0322f4..e68fc73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,14 @@ language: rust +cache: cargo + rust: - stable - beta - nightly - 1.14.0 -cache: cargo +os: + - linux + - windows script: - cargo build --verbose --features=fuzztarget