Skip to content

Commit 8e1e5e0

Browse files
authored
Merge pull request #16 from isopov/travis
simple travis support
2 parents fdac6a0 + 86f00e4 commit 8e1e5e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: go
2+
3+
go:
4+
- "1.8.x"
5+
- "1.9.x"
6+
- "1.10.x"
7+
- "1.11.x"
8+
- "1.12.x"
9+
- tip

0 commit comments

Comments
 (0)