diff --git a/.travis.yml b/.travis.yml
index 9ec76066d5a0b396d1ef7e0f16a9834b17a8e9f2..41126f017641afbf031d970597d733c12353d1ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ matrix:
 before_install:
   - sudo apt-get update -qq
   - if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq swig python-dev; fi
+install: true
 script: 
   - scons bindings=$BINDINGS test
 notifications: