Skip to content

Commit

Permalink
travis: Test with oldstable and stable (#39)
Browse files Browse the repository at this point in the history
Use the most recent two minor versions of Go for testing.

Use `oldstable` and `stable` introduced in gimme v1.5.4.

Co-authored-by: Abhinav Gupta <[email protected]>
  • Loading branch information
sagikazarmark and abhinav authored Sep 11, 2020
1 parent 4a27324 commit 1637846
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ go_import_path: go.uber.org/multierr

env:
global:
- GO15VENDOREXPERIMENT=1
- GO111MODULE=on

go:
- 1.11.x
- 1.12.x
- 1.13.x

cache:
directories:
- vendor
- oldstable
- stable

before_install:
- go version
Expand Down

0 comments on commit 1637846

Please sign in to comment.