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