Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 17, 2017
1 parent c5eedad commit 5a01e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_script:
- pear install pear/XML_RPC2
- phpenv rehash
- travis_retry composer self-update
- travis_retry composer install --no-interaction --dev --prefer-dist
- travis_retry composer update --with-dependencies --no-interaction --dev --prefer-dist
script:
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then phpdbg -qrr vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v --coverage-clover coverage.xml --whitelist src/; fi;
- if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then vendor/bin/phpunit --bootstrap tests/bootstrap.php tests/ -v; fi
Expand Down

0 comments on commit 5a01e76

Please sign in to comment.