1
0
out-of-tree/.travis.yml
Mikhail Klementev 56cdad74b3
Revert "CI: Test also without go modules to catch upstream API changes"
This reverts commit c6800998014b024408c31adac1859dd05a54715a.
2019-06-11 00:14:23 +00:00

31 lines
272 B
YAML

language: go
go:
- 1.x
- master
os:
- linux
dist:
- xenial
addons:
apt:
packages:
- qemu
services:
- docker
env:
- GO111MODULE=on
install: true
before_script:
- ./tools/qemu-debian-img/bootstrap.sh
script:
- go test -parallel 1 -v ./...