travisci yaml added.
This commit is contained in:
parent
3fb505671b
commit
c175b9347a
1 changed files with 15 additions and 0 deletions
15
.travis.yaml
Normal file
15
.travis.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.0
|
||||
- 1.1
|
||||
- tip
|
||||
|
||||
install:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- make
|
||||
- go install
|
||||
|
||||
script:
|
||||
- go test ./
|
Loading…
Reference in a new issue