Add basic travis.yml file

This commit is contained in:
Arturo Filastò 2018-09-07 13:00:33 +02:00
parent 5b4026a300
commit ecd45ec52a

11
.travis.yml Normal file
View 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