diff --git a/.travis.yml b/.travis.yml
index c39dbf0c63beb204611aa3f94640b1e2d872f578..ab379be48679da71394cc847214b85a7bc89bd96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@ python:
   - "2.6"
   - "2.7"
 
+# Use new Travis infrastructure (Docker can't sudo yet)
+sudo: false
+
 # No need to install any deps.
 install: true