Skip to content

Commit 0f898c8

Browse files
committed
Add .travis.yml
1 parent 82684f0 commit 0f898c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sudo: false
2+
language: go
3+
go:
4+
- 1.10.x
5+
- 1.11.x
6+
- 1.12.x
7+
- 1.13.x
8+
- 1.14.x
9+
- 1.15.x
10+
- master

0 commit comments

Comments
 (0)