Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f9806 commit b48b20aCopy full SHA for b48b20a
.travis.yml
@@ -46,7 +46,7 @@ before_install:
46
[ -d ~/.composer ] || mkdir ~/.composer
47
cp .composer/* ~/.composer/
48
export PHPUNIT=$(readlink -f ./phpunit)
49
- export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data"
+ export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data --debug"
50
export COMPOSER_UP='composer update --no-progress --no-suggest --ansi'
51
52
nanoseconds() {
0 commit comments