Test go modules on and off for master builds

pull/891/head^2
Boyan 2020-02-06 07:43:46 +11:00 committed by George Lesica
parent afd4130c14
commit b7d60e3a8c
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ matrix:
- go: "1.13.x"
env: GO111MODULE=on
- go: master
env: GO111MODULE=on
- go: master
env: GO111MODULE=off
script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh