Skip to content

Commit ba0131d

Browse files
committed
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.
1 parent c2ba130 commit ba0131d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
sudo: false
23

34
before_install:
45
- git clone https://github.com/GoogleCloudPlatform/gcloud-python-wheels

0 commit comments

Comments
 (0)