We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08e0d3 commit 9798269Copy full SHA for 9798269
.travis.yml
@@ -14,4 +14,6 @@ php:
14
- nightly
15
16
services:
17
- - docker
+ - docker
18
+
19
+script: vendor/bin/paratest -p8 tests
composer.json
@@ -10,7 +10,8 @@
10
},
11
"require-dev": {
12
"phpunit/phpunit": "6.5",
13
- "phpdocumentor/phpdocumentor": "2.*"
+ "phpdocumentor/phpdocumentor": "2.*",
+ "brianium/paratest": "1.*"
"license": "MIT",
"authors": [
0 commit comments