Travis-CI: go modules support
This commit is contained in:
parent
983201bb7a
commit
92484bf1d7
@ -15,6 +15,11 @@ addons:
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
install: true
|
||||
|
||||
before_script:
|
||||
- cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img
|
||||
- ./bootstrap.sh
|
||||
|
Loading…
Reference in New Issue
Block a user