Make Travis use their new infra.
This commit is contained in:
parent
d85d832a8a
commit
8c88e57813
@ -1,4 +1,5 @@
|
|||||||
language: go
|
language: go
|
||||||
|
sudo: false
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4
|
||||||
install:
|
install:
|
||||||
@ -6,9 +7,6 @@ install:
|
|||||||
before_script:
|
before_script:
|
||||||
- go get golang.org/x/tools/cmd/vet
|
- go get golang.org/x/tools/cmd/vet
|
||||||
- go get github.com/kr/godep
|
- 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:
|
script:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- ./build/presubmit.sh
|
- ./build/presubmit.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user