Skip to content

Commit

Permalink
TravisCI: updating test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany authored and radu-munteanu committed Feb 25, 2019
1 parent acda028 commit bf63f62
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 bf63f62

Please sign in to comment.