Skip to content

Commit

Permalink
Makes Travis build run less parallel.
Browse files Browse the repository at this point in the history
This makes it run less packages in parallel as well as less parallel tests per package.
  • Loading branch information
slackpad authored Feb 8, 2018
1 parent cc58166 commit beee26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ branches:
- master

script:
- make test
- GOTEST_FLAGS="-p 2 -parallel 2" make test

sudo: false

0 comments on commit beee26c

Please sign in to comment.