Generate docs for headless functionnalities too

This commit is contained in:
Pierre Krieger 2014-12-28 15:54:27 +01:00
parent fce4f0a129
commit fc214073e9

View file

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