Browse Source

Set Go import path on Travis CI (#612)

pull/616/head
Alexey Palazhchenko 7 years ago committed by Johannes 'fish' Ziemke
parent
commit
bba075710d
  1. 2
      .travis.yml

2
.travis.yml

@ -5,5 +5,7 @@ go:
- 1.8.x
- tip
go_import_path: github.com/prometheus/node_exporter
script:
- make

Loading…
Cancel
Save