Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jan 2, 2018
1 parent 6224622 commit 5285e6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ before_script: |
fi
script: |
if [ "$PHPV" -ne 52 ]; then
XZ="composer run-script test --"
composer run-script test -- --colors --coverage-text
else
# special handling for PHP 5.2 testing as there is no composer available
XZ="$X/phpunit"
$X/phpunit --colors --coverage-text
fi
$XZ --colors --coverage-text

0 comments on commit 5285e6e

Please sign in to comment.