Skip to content

Commit

Permalink
TravisCI: updating test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Aug 30, 2018
1 parent c282820 commit 1d13583
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -2,8 +2,10 @@ sudo: false
language: go

go:
- 1.8.x
- 1.9.x
- "stable"
- "1.10.4"
- "1.9.x"
- "1.8.x"
- tip

matrix:
Expand All @@ -12,7 +14,7 @@ matrix:
fast_finish: true

before_script:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint

script:
- go test -v --race ./...
Expand Down

0 comments on commit 1d13583

Please sign in to comment.