Skip to content

Commit

Permalink
travis: update go versions to test against (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah authored and boaz0 committed Sep 11, 2019
1 parent 1e961e8 commit b3d898b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: go
sudo: false

matrix:
include:
- go: 1.5
- go: 1.6
- go: 1.7
- go: 1.8
- go: tip
go:
- "1.11.x"
- "1.12.x"
- "tip"

install:
- # Skip

script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go vet .
- go test -v -race ./...

0 comments on commit b3d898b

Please sign in to comment.