try enabling sudo in Travis to run builds in GCE

https://docs.travis-ci.com/user/reference/overview/#Virtualisation-Environment-vs-Operating-System
This commit is contained in:
Jack Pearkes 2018-02-20 10:52:51 -08:00
parent 29feb66fbd
commit 390487866f

View File

@ -10,4 +10,4 @@ branches:
script: script:
- GOTEST_FLAGS="-p 1 -parallel 1" make test - GOTEST_FLAGS="-p 1 -parallel 1" make test
sudo: false sudo: true