Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit c6c54c1

Browse files
authored
Merge pull request #55 from vieux/go
add go1.10 and remove go1.9
2 parents f54d45b + c871c88 commit c6c54c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
matrix:
66
include:
77
- language: go
8-
go: 1.8.x
8+
go: 1.9.x
99
env: TESTFILE=unit.sh
1010
- language: go
11-
go: 1.9.x
11+
go: 1.10.x
1212
env: TESTFILE=unit.sh
1313
- language: go
1414
go: master

0 commit comments

Comments
 (0)