aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2014-12-28 15:54:27 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2014-12-28 15:54:27 +0100
commitfc214073e97b9dfb1b14b380363a5a41f8a6a6a1 (patch)
tree8f2a4fc74c78bafc6e1b9957fc5c03d98985fc1f /.travis.yml
parentfce4f0a1298d216b928ccdb25f8e481397981afe (diff)
downloadglutin-fc214073e97b9dfb1b14b380363a5a41f8a6a6a1.tar.gz
glutin-fc214073e97b9dfb1b14b380363a5a41f8a6a6a1.zip
Generate docs for headless functionnalities too
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 3089722..6a345bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ os:
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
- cargo doc &&
+ cargo doc --features "window headless" &&
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 &&