Added .travis.yml
This commit is contained in:
parent
4f2b16dfcb
commit
127463dd5d
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.5.2
|
||||
- tip
|
||||
|
||||
install:
|
||||
- go get -d -v ./...
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
Loading…
Add table
Reference in a new issue