Skip to content

Commit 702655d

Browse files
authored
Merge pull request #225 from janreggie/fix-224
Updated travis to build for 1.13 to 1.15
2 parents df3ea76 + 392c716 commit 702655d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ arch:
33
- amd64
44
- ppc64le
55
go:
6-
- 1.7.x
7-
- 1.8.x
8-
- 1.9.x
9-
- 1.10.x
10-
- 1.11.x
6+
- 1.13.x
7+
- 1.14.x
8+
- 1.15.x
119
script: go test -v ./.

0 commit comments

Comments
 (0)