Skip to content

Commit 6218bb2

Browse files
committed
Added tests for Go v1.10
1 parent eea334b commit 6218bb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: go
22

33
go:
4+
- 1.10.x
45
- 1.9.x
56
- 1.8.x
67
- 1.7.x
@@ -9,4 +10,4 @@ script: make check
910

1011
env:
1112
- GOARCH=amd64
12-
- GOARCH=386
13+
- GOARCH=386

0 commit comments

Comments
 (0)