Skip to content

Commit 363630b

Browse files
committed
add ci config
1 parent fdefa4b commit 363630b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: go
2+
3+
go:
4+
- 1.6.x
5+
- 1.7.x
6+
- 1.8.x
7+
8+
script: make test

0 commit comments

Comments
 (0)