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

24 lines
308 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
2018-12-01 23:51:12 +00:00
script:
- go test -parallel 1 -v ./...