Skip to content

Commit

Permalink
chore: use phpunit from composer not travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdevme committed Aug 14, 2017
1 parent 054d30f commit 1a4e8c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ before_script:
- ./src/BeSimple/SoapClient/Tests/bin/axis.sh

script:
- phpunit --coverage-text
- vendor/bin/phpunit --coverage-text

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"ext-mcrypt": "*",
"mikey179/vfsStream": "~1.0",
"symfony/filesystem": "^2.8",
"symfony/process": "^2.8"
"symfony/process": "^2.8",
"phpunit/phpunit": "^5.3"
},
"autoload": {
"psr-0": { "BeSimple\\": "src/" }
Expand Down

0 comments on commit 1a4e8c4

Please sign in to comment.