chore(travis): include nightly feature when building docs

This commit is contained in:
Sean McArthur
2015-04-15 13:40:07 -07:00
parent cc7d9fa8c4
commit 7875bc9194

View File

@@ -13,7 +13,7 @@ script:
after_success: | after_success: |
[ $TRAVIS_BRANCH = master ] && [ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc && cargo doc --features nightly &&
echo '<meta http-equiv=refresh content=0;url=hyper/index.html>' > target/doc/index.html && echo '<meta http-equiv=refresh content=0;url=hyper/index.html>' > target/doc/index.html &&
git shortlog -s -n | cut -c 8- > target/doc/humans.txt && git shortlog -s -n | cut -c 8- > target/doc/humans.txt &&
pip install ghp-import && pip install ghp-import &&