From 0a1fe4b8aadd25a91b73c1d06a8854a2c21160a1 Mon Sep 17 00:00:00 2001
From: tomaka <pierre.krieger1708@gmail.com>
Date: Thu, 21 May 2015 19:45:58 +0200
Subject: [PATCH] Fix docs publication not working

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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