Skip to content

Commit

Permalink
add new go versions to test matrix (#9)
Browse files Browse the repository at this point in the history
update test matrix to include new golang versions 1.10.x and 1.11.x, removed golint from build job
  • Loading branch information
ezzarghili authored Nov 3, 2018
1 parent 820ba45 commit fcf7f6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip

before_install:
- go get -v github.com/golang/lint/golint

script:
- go fmt $(go list ./... | grep -v /vendor/)
- go vet $(go list ./... | grep -v /vendor/)
- go test -race $(go list ./... | grep -v /vendor/)

notifications:
email: false
email: false

0 comments on commit fcf7f6a

Please sign in to comment.