mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
enabled gomods for travis CI
This commit is contained in:
parent
473da013c9
commit
0919233472
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user