From f6eb95abc0e01938af3849958057827b50c9643e Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 1 Dec 2018 23:51:12 +0000 Subject: [PATCH] Travis-CI: disable parallel tests --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e5129fc..7f7c0da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,6 @@ 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 + +script: + - go test -parallel 1 -v ./...