Skip to content

Commit 1637846

Browse files
travis: Test with oldstable and stable (#39)
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 <mail@abhinavg.net>
1 parent 4a27324 commit 1637846

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@ go_import_path: go.uber.org/multierr
44

55
env:
66
global:
7-
- GO15VENDOREXPERIMENT=1
87
- GO111MODULE=on
98

109
go:
11-
- 1.11.x
12-
- 1.12.x
13-
- 1.13.x
14-
15-
cache:
16-
directories:
17-
- vendor
10+
- oldstable
11+
- stable
1812

1913
before_install:
2014
- go version

0 commit comments

Comments
 (0)