Add travis build file
This commit is contained in:
parent
cb7891f4ff
commit
fdcd6a3a4c
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.1.2
|
||||
- 1.2.2
|
||||
- 1.3
|
||||
- tip
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
Loading…
Reference in a new issue