1
0
out-of-tree/.travis.yml
Mikhail Klementev c2481272e2
Revert "Travis-CI: Test also without go modules"
This reverts commit a0a933338586187881de41462089ccbeab1819da.
2019-08-16 18:50:47 +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 ./...