Makes Travis build run less parallel.

This makes it run less packages in parallel as well as less parallel tests per package.
This commit is contained in:
James Phillips 2018-02-07 17:17:00 -08:00 committed by GitHub
parent de4ffb136b
commit 9b269cac14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ branches:
- master
script:
- make test
- GOTEST_FLAGS="-p 2 -parallel 2" make test
sudo: false