1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: travis: set GO111MODULE=on on env

This commit is contained in:
Carlos Alexandro Becker 2018-10-30 23:13:12 -03:00 committed by Carlos Alexandro Becker
parent e1258d381b
commit cf2e529598

View File

@ -11,6 +11,7 @@ addons:
- snapd
env:
- PATH=/snap/bin:$PATH
- GO111MODULE=on
install:
- make setup
- npm install -g prettier