Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b48b20a

Browse files
committed
Add debug to Travis
1 parent 81f9806 commit b48b20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ before_install:
4646
[ -d ~/.composer ] || mkdir ~/.composer
4747
cp .composer/* ~/.composer/
4848
export PHPUNIT=$(readlink -f ./phpunit)
49-
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data"
49+
export PHPUNIT_X="$PHPUNIT --exclude-group tty,benchmark,intl-data --debug"
5050
export COMPOSER_UP='composer update --no-progress --no-suggest --ansi'
5151
5252
nanoseconds() {

0 commit comments

Comments
 (0)