Merge branch 'master' into refactor/schema

This commit is contained in:
Arturo Filastò 2018-09-11 12:05:21 +02:00 committed by GitHub
commit 27f3df54bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,10 @@ language: go
go: go:
- 1.9.x - 1.9.x
- 1.x - 1.x
install: install:
- make install-dev-deps - make install-dev-deps
- dep ensure - dep ensure
- make update-mk-libs - make update-mk-libs
script: script:
- make test-internal - make test-internal
- make build