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 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 build - make build