Skip to content

Commit

Permalink
(Try to) speed up Travis builds
Browse files Browse the repository at this point in the history
by running tests in parallel.
  • Loading branch information
mgedmin committed May 22, 2013
1 parent 053a989 commit 3603176
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 @@ -14,6 +14,6 @@ install:
- python bootstrap.py
- bin/buildout
script:
- bin/test -v1
- bin/test -v1 -j99
notifications:
email: false

0 comments on commit 3603176

Please sign in to comment.