don't run cargo doc for 1.15.0

This commit is contained in:
Garrett Berg 2017-07-30 17:38:02 -06:00
parent eb69fee5ff
commit 0552812f1a

View file

@ -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