Merge pull request #408 from prometheus/bjk/go_test

Update travis Go versions
This commit is contained in:
Björn Rabenstein 2018-05-18 16:32:30 +02:00 committed by GitHub
commit 46db556846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -2,9 +2,10 @@ sudo: false
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.7.x # See README.md for current minimum version.
- 1.8.x
- 1.9.x
- 1.10.x
script:
- go test -short ./...
- go test -short ./...