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 sudo: false
install: true install: true
script: script:
- env GO111MODULE=on go build - make dep
- env GO111MODULE=on go test - make test