From 6a0f83290b8451245ae25de1f1e4a987a0ab7335 Mon Sep 17 00:00:00 2001 From: Garrett Berg Date: Sun, 30 Jul 2017 17:38:02 -0600 Subject: don't run `cargo doc` for 1.15.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9e484b..e4c5407 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_script: script: - cargo test - rustdoc --test README.md -L target - - cargo doc --no-deps + - test "$TRAVIS_RUST_VERSION" != "1.15.0" && cargo doc --no-deps || echo "skipping cargo doc" after_success: - travis-cargo --only nightly doc-upload - travis-cargo coveralls --no-sudo -- cgit v1.2.3