node_exporter/.travis.yml
Tobias Schmidt a0a0dbaad0 Remove golang 1.7 from CI test matrix
As staticcheck requires now golang 1.8 as minimum version, the easiest
solution was to side step that issue and simply stop testing on go 1.7.
2017-03-14 00:19:45 -03:00

10 lines
58 B
YAML

sudo: false
language: go
go:
- 1.8
- tip
script:
- make