From ba0131d0d7e9efa680f3429d33b1dbbf4fe1bafb Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Wed, 17 Dec 2014 20:07:41 -0800 Subject: [PATCH] Adding "sudo: false" to allow faster builds on Travis. See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ for more info. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 16f685d95779..4e202b273d71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +sudo: false before_install: - git clone https://github.com/GoogleCloudPlatform/gcloud-python-wheels