use makefile in travis CI

This commit is contained in:
Frederik Löffert 2019-06-03 19:24:06 +02:00 committed by GitHub
parent 0919233472
commit d15c524be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,5 @@ dist: trusty
sudo: false
install: true
script:
- env GO111MODULE=on go build
- env GO111MODULE=on go test
- make dep
- make test