Make Travis use their new infra.
This commit is contained in:
parent
d85d832a8a
commit
8c88e57813
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user