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:
- 1.9.x
- 1.x
install:
- make install-dev-deps
- dep ensure
- make update-mk-libs
script:
- make test-internal
- make build