Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 8b7a59e

Browse files
committed
add travis CI
1 parent b7e9464 commit 8b7a59e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: go
2+
go:
3+
- 'stable'
4+
script: make test
5+
notifications:
6+
email: false

0 commit comments

Comments
 (0)