aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-05-21 19:45:58 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-05-21 19:45:58 +0200
commit0a1fe4b8aadd25a91b73c1d06a8854a2c21160a1 (patch)
tree4ba6c457b15c9c45f394c18a990952e008c7dd68 /.travis.yml
parentf78737c0cf770da39f75dbec1defd2d796f14a28 (diff)
downloadglutin-0a1fe4b8aadd25a91b73c1d06a8854a2c21160a1.tar.gz
glutin-0a1fe4b8aadd25a91b73c1d06a8854a2c21160a1.zip
Fix docs publication not working
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a4c748..d9ff496 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 &&