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

25 lines
316 B
YAML
Raw Normal View History

2018-12-01 22:50:16 +00:00
language: go
go:
- 1.x
2018-12-01 22:50:16 +00:00
- 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 ./...