Make Travis use their new infra.

This commit is contained in:
Victor Marmol 2015-07-14 08:47:09 -07:00
parent d85d832a8a
commit 8c88e57813

View File

@ -1,4 +1,5 @@
language: go
sudo: false
go:
- 1.4
install:
@ -6,9 +7,6 @@ install:
before_script:
- go get golang.org/x/tools/cmd/vet
- go get github.com/kr/godep
- wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb
- sudo dpkg -i influxdb_latest_amd64.deb
- sudo service influxdb start
script:
- export PATH=$PATH:$HOME/gopath/bin
- ./build/presubmit.sh