Fix docs publication not working

This commit is contained in:
tomaka 2015-05-21 19:45:58 +02:00
parent f78737c0cf
commit 0a1fe4b8aa

View file

@ -27,7 +27,7 @@ after_success:
- |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc --features "window headless" &&
cargo doc &&
echo '<meta http-equiv=refresh content=0;url=glutin/index.html>' > target/doc/index.html &&
sudo pip install ghp-import &&
ghp-import -n target/doc &&