Skip to content

Commit

Permalink
Only build on Travis with latest Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdm85 committed Nov 3, 2020
1 parent 51bf80d commit 2521a5c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
language: go
go:
- '1.7'
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- '1.12'
- '1.13'
- '1.x'
before_install:
- go get ./...
- go install .
Expand Down

0 comments on commit 2521a5c

Please sign in to comment.