Skip to content

Commit 47d3c35

Browse files
authored
Merge pull request #9 from chermehdi/feature-4/ci
add travis file (Fix #8)
2 parents 806b5e9 + 893f31d commit 47d3c35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)