Skip to content

Commit

Permalink
travis cleanup: remove older go versions (crewjam#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
crewjam authored Jan 8, 2018
1 parent 804bf46 commit e9d713d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ install:
- dep ensure

# starting with go 1.9, vendor is excluded and you can simply do: go test ./...
script: go test $(go list ./... | grep -v /vendor/)
script: go test ./...

go:
- 1.7
- 1.8
- 1.9
- tip
- tip

0 comments on commit e9d713d

Please sign in to comment.