Browse Source

Test with Go 1.9.x (#667)

pull/604/merge
Alexey Palazhchenko 7 years ago committed by Ben Kochie
parent
commit
abb58a31e2
  1. 3
      .travis.yml

3
.travis.yml

@ -3,7 +3,8 @@ sudo: false
language: go
go:
- 1.8.x
- tip
- 1.9.x
- master
go_import_path: github.com/prometheus/node_exporter

Loading…
Cancel
Save