Skip to content

Commit

Permalink
Merge pull request #186 from mattn/ci/reduce-travis-build-time
Browse files Browse the repository at this point in the history
Only build on Travis with latest Go version
  • Loading branch information
gdm85 authored Nov 3, 2020
2 parents 540b525 + 2521a5c commit 28a623e
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 28a623e

Please sign in to comment.