mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-10 23:54:14 -08:00
d20cb0f910
Update travis/circle CI builds to use Go 1.7.
11 lines
83 B
YAML
11 lines
83 B
YAML
sudo: false
|
|
|
|
language: go
|
|
go:
|
|
- 1.7.x
|
|
- tip
|
|
|
|
script:
|
|
- make
|
|
- ./end-to-end-test.sh
|