Skip to content

Commit bb50720

Browse files
committed
Travis: Added newer go-versions to test with
1 parent 6d8be75 commit bb50720

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: go
22
go:
3-
- 1.10.x
3+
- 1.13.x
4+
- 1.14.x
5+
- 1.15.x
46
script:
57
- go get golang.org/x/tools/cmd/goyacc
68
- go install golang.org/x/tools/cmd/goyacc

0 commit comments

Comments
 (0)