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:
Jimmy Zelinskie 2015-02-09 19:24:01 -05:00
parent 14ead047ab
commit 1bc4ce345d

View file

@ -2,6 +2,8 @@ language: go
go: 1.4
sudo: false
before_install:
- go get github.com/tools/godep