Use new travis insfrastructure (sudo:false)

This commit is contained in:
Todd Gamblin 2015-11-29 22:09:11 -08:00
parent 45ffcdee7b
commit 55237b094a

View File

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