Re-add GO111MODULE

pull/76/head
Michele Locati 2019-12-20 17:02:07 +01:00
parent db53c3585c
commit a74b935fef
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
if: type = pull_request
language: go
go: '1.13'
before_script: go install mvdan.cc/sh/v3/cmd/shfmt
before_script: GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt
script: shfmt -d -s -ln posix -i 0 -ci -kp install-php-extensions scripts/common scripts/travisci-test-extensions scripts/travisci-update-readme scripts/update-readme
- <<: *test-extensions-job-template