mirror of https://github.com/stretchr/testify.git
Test go modules on and off for master builds
parent
afd4130c14
commit
b7d60e3a8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue