node_exporter/.travis.yml

12 lines
110 B
YAML

language: go
go:
- 1.4.1
- release
before_install:
- sudo apt-get update
script:
- go test -v ./...