diff --git a/.travis.yml b/.travis.yml
index 3a4c7485..d9ff4962 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 &&