mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-13 15:01:16 -08:00
update travis
* use new Travis infrastructure * specify Go versions (1.4.3, 1.5.1, tip) * bypass the makefile to really build with all versions
This commit is contained in:
parent
7940efe157
commit
011ae2db3f
11
.travis.yml
11
.travis.yml
|
@ -1,4 +1,13 @@
|
|||
sudo: false
|
||||
|
||||
language: go
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.1
|
||||
- tip
|
||||
|
||||
install:
|
||||
- go get -d
|
||||
|
||||
script:
|
||||
- make test
|
||||
- go test -v ./...
|
||||
|
|
Loading…
Reference in a new issue