diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1551440..d9ff496 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: rust rust: - nightly - - 1.0.0-beta.3 + - stable addons: apt: @@ -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 && |