Skip to content

Commit

Permalink
Use latest version of PHPUnit to run tests
Browse files Browse the repository at this point in the history
To avoid timeout with HHVM build
  • Loading branch information
j0k3r committed Feb 11, 2016
1 parent e43511c commit df06307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:

script:
- mkdir -p build/logs
- phpunit -v $PHPUNIT_FLAGS
- vendor/bin/phpunit -v $PHPUNIT_FLAGS

after_script:
- if [[ "$PHPUNIT_FLAGS" != "" ]]; then php vendor/bin/coveralls -v; fi;
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"smalot/pdfparser": "~0.9.24"
},
"require-dev": {
"phpunit/phpunit": "~4.8.0",
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
Expand Down

0 comments on commit df06307

Please sign in to comment.