Travis-CI: disable parallel tests
This commit is contained in:
parent
6e77fc230d
commit
f6eb95abc0
@ -18,3 +18,6 @@ before_script:
|
|||||||
- cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img
|
- cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- cd $GOPATH/src/github.com/jollheef/out-of-tree
|
- cd $GOPATH/src/github.com/jollheef/out-of-tree
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test -parallel 1 -v ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user