Fix travis?

This commit is contained in:
Arturo Filastò 2018-09-07 13:09:50 +02:00
parent ecd45ec52a
commit ecb1cd604e

View File

@ -1,11 +1,11 @@
language: go
go:
- 1.9.x
- 1.x
- 1.9.x
- 1.x
install:
- go get -u github.com/golang/dep/...
- dep ensure
- make update-mk-libs
- go get -u github.com/golang/dep/...
- dep ensure
- make update-mk-libs
script:
- make build
- make build