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 language: go
go: go:
- 1.9.x - 1.9.x
- 1.x - 1.x
install: install:
- go get -u github.com/golang/dep/... - go get -u github.com/golang/dep/...
- dep ensure - dep ensure
- make update-mk-libs - make update-mk-libs
script: script:
- make test-internal - make test-internal