Skip to content

Commit 1d74635

Browse files
committed
Add travis.yml, might even work
1 parent 53e144d commit 1d74635

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
3+
go:
4+
- 1.8.x
5+
6+
script:
7+
- go test -v ./...

0 commit comments

Comments
 (0)