Skip to content

Commit 1a4e8c4

Browse files
committed
chore: use phpunit from composer not travis
1 parent 054d30f commit 1a4e8c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ before_script:
1515
- ./src/BeSimple/SoapClient/Tests/bin/axis.sh
1616

1717
script:
18-
- phpunit --coverage-text
18+
- vendor/bin/phpunit --coverage-text
1919

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"ext-mcrypt": "*",
4040
"mikey179/vfsStream": "~1.0",
4141
"symfony/filesystem": "^2.8",
42-
"symfony/process": "^2.8"
42+
"symfony/process": "^2.8",
43+
"phpunit/phpunit": "^5.3"
4344
},
4445
"autoload": {
4546
"psr-0": { "BeSimple\\": "src/" }

0 commit comments

Comments
 (0)