1
0
Fork 0

Travis-CI: disable parallel tests

timestamps
dump_stack() 2018-12-01 23:51:12 +00:00
parent 6e77fc230d
commit f6eb95abc0
1 changed files with 3 additions and 0 deletions

View File

@ -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 ./...