Skip to content

Commit 9798269

Browse files
committed
Make tests parallel
1 parent c08e0d3 commit 9798269

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ php:
1414
- nightly
1515

1616
services:
17-
- docker
17+
- docker
18+
19+
script: vendor/bin/paratest -p8 tests

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "6.5",
13-
"phpdocumentor/phpdocumentor": "2.*"
13+
"phpdocumentor/phpdocumentor": "2.*",
14+
"brianium/paratest": "1.*"
1415
},
1516
"license": "MIT",
1617
"authors": [

0 commit comments

Comments
 (0)