Add Travis CI
This commit is contained in:
parent
8a2433205e
commit
b2bab445eb
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
language: go
|
||||
before_install: curl https://glide.sh/get | sh && glide install
|
||||
script: go test ./...
|
||||
go:
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- master
|
||||
Loading…
Add table
Add a link
Reference in a new issue