mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
011ae2db3f
* use new Travis infrastructure * specify Go versions (1.4.3, 1.5.1, tip) * bypass the makefile to really build with all versions
14 lines
112 B
YAML
14 lines
112 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.1
|
|
- tip
|
|
|
|
install:
|
|
- go get -d
|
|
|
|
script:
|
|
- go test -v ./...
|