add travis
This commit is contained in:
parent
ff3de3c0dd
commit
1508da3e54
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
- master
|
||||
script:
|
||||
- go test ./...
|
Loading…
Add table
Add a link
Reference in a new issue