Browse Source

Makes Travis build run less parallel.

This makes it run less packages in parallel as well as less parallel tests per package.
pull/3873/head
James Phillips 7 years ago committed by GitHub
parent
commit
beee26cd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

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

Loading…
Cancel
Save