aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Berg <vitiral@gmail.com>2017-07-30 17:38:02 -0600
committerGarrett Berg <vitiral@gmail.com>2017-07-30 21:48:16 -0600
commit6a0f83290b8451245ae25de1f1e4a987a0ab7335 (patch)
tree30c21cdc7c3975ad1837b15f7821a98816497270
parentbfdbf1fcbc30ba30c5c07e3bbe6fe7525046ec65 (diff)
downloadmilf-rs-6a0f83290b8451245ae25de1f1e4a987a0ab7335.tar.gz
milf-rs-6a0f83290b8451245ae25de1f1e4a987a0ab7335.zip
don't run `cargo doc` for 1.15.0
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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