travis: set sudo=false
This enables our builds to be run in a container on TravisCI, which is drastically faster.
This commit is contained in:
parent
14ead047ab
commit
1bc4ce345d
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ language: go
|
|||
|
||||
go: 1.4
|
||||
|
||||
sudo: false
|
||||
|
||||
before_install:
|
||||
- go get github.com/tools/godep
|
||||
|
||||
|
|
Loading…
Reference in a new issue