Merge pull request #234 from prometheus/fabxc-patch-1

update Go version for CI
This commit is contained in:
Björn Rabenstein 2016-08-29 10:57:35 +02:00 committed by GitHub
commit ea6e1db4cb
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ sudo: false
language: go language: go
go: go:
- 1.5.4 - 1.6.3
- 1.6.2 - 1.7
script: script:
- go test -short ./... - go test -short ./...