From 62f592d0122753844cd94901deffea75c2df3ee0 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Wed, 7 Oct 2015 12:35:18 -0600 Subject: [PATCH] Migrate to the new travis-ci infra. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c2b2c54e..128804cf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,9 @@ +# Enables support for a docker container-based build +# which should provide faster startup times and beefier +# "machines". +# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ +sudo: false + language: python python: 2.7 env: