Browse Source

Merge pull request #2568 from AlekSi/patch-1

Use latest released Go 1.8.x
pull/2577/head
Julius Volz 8 years ago committed by GitHub
parent
commit
5f3327f620
  1. 4
      .travis.yml

4
.travis.yml

@ -3,11 +3,9 @@ sudo: false
language: go
go:
- 1.8
- 1.8.x
go_import_path: github.com/prometheus/prometheus
script:
- make check_license style test

Loading…
Cancel
Save