Fix travis maybe

This commit is contained in:
Arturo Filastò 2018-09-07 14:00:53 +02:00
parent ecc8216ceb
commit a6da3799a7

View File

@ -1,11 +1,12 @@
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 test-internal
- make test-internal