Hello world travis.yml
This commit is contained in:
parent
b75cee5e84
commit
e6a23de1ba
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 test-internal
|
Loading…
Reference in New Issue
Block a user