Skip to content

Commit

Permalink
execute phpunit directly and not via ant/build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Oct 28, 2015
1 parent ec3b251 commit fab8555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -31,8 +31,8 @@ before_script:

script:
- ant set-exec-permissions
- ant php-cs-fixer
- ant phpunit
- php-cs-fixer
- phpunit --configuration ./tests/phpunit.xml.dist
# - php ./bin/coverage-check.php ./build/logs/clover.xml 70

after_script:
Expand Down

0 comments on commit fab8555

Please sign in to comment.