1
0
Fork 0
out-of-tree/.travis.yml

21 lines
266 B
YAML
Raw Normal View History

2018-12-01 22:50:16 +00:00
language: go
go:
- master
os:
- linux
addons:
apt:
packages:
- qemu
services:
- docker
before_script:
- cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img
- ./bootstrap.sh
- cd $GOPATH/src/github.com/jollheef/out-of-tree