Skip to content

Commit 75ced4d

Browse files
committed
Continuous Integration
1 parent 73b3abe commit 75ced4d

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+
dist: bionic
2+
3+
language: go
4+
5+
go:
6+
- 1.12
7+
8+
script:
9+
- go test -v ./... -timeout 20m -count 1

0 commit comments

Comments
 (0)