Skip to content

Commit 1894d74

Browse files
committed
Added phpunit 4 to require-dev and using it in .travis.yml
1 parent 8cbc534 commit 1894d74

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ before_script:
1414
- composer install --dev --prefer-source
1515

1616
script:
17-
- phpunit --coverage-text
17+
- php vendor/bin/phpunit --coverage-text

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"require-dev": {
1111
"react/event-loop": "0.4.*",
12-
"react/promise": "~2.0"
12+
"react/promise": "~2.0",
13+
"phpunit/phpunit": "4.*"
1314
},
1415
"suggest": {
1516
"react/event-loop": "0.4.*",

0 commit comments

Comments
 (0)