diff --git a/.travis.yml b/.travis.yml
index 6daed5802f1b96279778a928ddd52057adba8694..50d03c9b68070e66dbc96c2a32d5ba66a9b71aee 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ script:
   - cd docs
   - make html && mv ./build/html ./build/docs && rm -r ./build/doctrees
   - cd ..
+  - gem install travis --no-document
 
 deploy:
   - provider: pages