Add basic travis.yml file
This commit is contained in:
parent
5b4026a300
commit
ecd45ec52a
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.9.x
|
||||
- 1.x
|
||||
install:
|
||||
- go get -u github.com/golang/dep/...
|
||||
- dep ensure
|
||||
- make update-mk-libs
|
||||
|
||||
script:
|
||||
- make build
|
Loading…
Reference in New Issue
Block a user