node_exporter/.travis.yml
Matthias Rampke 011ae2db3f 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
2015-09-26 18:28:30 +02:00

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 ./...