Skip to content

Commit

Permalink
Bugfix travis phpunit error reporting level
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvsor committed May 7, 2017
1 parent e3fd3b3 commit 9ba1e2b
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 @@ -35,5 +35,5 @@ script:
- php ./tests/basic.php build/kint-solarized.php
- php ./tests/basic.php build/kint-solarized-dark.php
- if [ $COMPOSER_TEST -eq 1 ]; then php ./tests/basic.php vendor/autoload.php; fi
- if [ $COMPOSER_TEST -eq 1 ]; then php ./vendor/bin/phpunit tests; fi
- if [ $COMPOSER_TEST -eq 1 ]; then php ./vendor/bin/phpunit -d error_reporting=-1 tests; fi
- if [ $BUILD_TEST -eq 1 ]; then composer clean && composer format && composer build && git status && git diff-files --quiet --exit-code; fi

0 comments on commit 9ba1e2b

Please sign in to comment.