Skip to content

Commit

Permalink
Drop old Go versions from tests
Browse files Browse the repository at this point in the history
From now on, we will support the last 3 major Go versions, which covers
at least one year and a half of Go versions.
  • Loading branch information
ernesto-jimenez committed Dec 30, 2017
1 parent 8de2544 commit 9ede17e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: go
sudo: false

go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
Expand All @@ -15,4 +12,4 @@ script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v ./...
- go test -v -race ./...

0 comments on commit 9ede17e

Please sign in to comment.