diff --git a/.travis.yml b/.travis.yml index 30897229..6a345bd6 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 '' > target/doc/index.html && sudo pip install ghp-import && ghp-import -n target/doc &&