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