forked from TrueCloudLab/rclone
build: add a builder for building with go modules
This commit is contained in:
parent
387b496d1e
commit
dcaee0016a
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@ matrix:
|
|||
- make quicktest
|
||||
- make racequicktest
|
||||
- make compile_all
|
||||
- go: 1.12.x
|
||||
name: Go modules
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
script:
|
||||
- make quicktest
|
||||
- os: osx
|
||||
go: 1.12.x
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue