Skip to content
Snippets Groups Projects
Commit d6688362 authored by Patrick Radtke's avatar Patrick Radtke
Browse files

Update travis.yml for phpunit 4.8

parent 30e9cd51
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ matrix: ...@@ -11,7 +11,7 @@ matrix:
- php: hhvm - php: hhvm
before_script: composer update --dev before_script: composer update --dev
script: script:
- php vendor/phpunit/phpunit/phpunit.php --configuration tools/phpunit - php vendor/phpunit/phpunit/phpunit --configuration tools/phpunit
- bin/check-syntax.sh - bin/check-syntax.sh
after_success: after_success:
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment