Add basic travis.yml file
This commit is contained in:
parent
5b4026a300
commit
ecd45ec52a
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.9.x
|
||||||
|
- 1.x
|
||||||
|
install:
|
||||||
|
- go get -u github.com/golang/dep/...
|
||||||
|
- dep ensure
|
||||||
|
- make update-mk-libs
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make build
|
||||||
Loading…
Reference in a new issue