enabled gomods for travis CI

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

View File

@ -1,2 +1,10 @@
language: go
go: "1.12"
os:
- linux
dist: trusty
sudo: false
install: true
script:
- env GO111MODULE=on go build
- env GO111MODULE=on go test