Skip to content

Commit 63ce2a5

Browse files
committed
Update Travis config to include 1.13 and osx
1 parent eb12d4a commit 63ce2a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
language: go
22

33
go:
4-
- 1.9
5-
- "1.10"
6-
- 1.11
7-
- 1.12
4+
- 1.9.x
5+
- 1.10.x
6+
- 1.11.x
7+
- 1.12.x
8+
- 1.13.x
89
- tip
910

1011
os:
1112
- linux
1213
- linux-ppc64le
14+
- osx
1315

1416
matrix:
1517
allow_failures:

0 commit comments

Comments
 (0)