8000 Add title · symfony/symfony@1b96ef6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b96ef6

Browse files
committed
Add title
1 parent ee86123 commit 1b96ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ install:
8484
- if [[ ! $skip && ! $PHP = hhvm* ]]; then php -i; else hhvm --php -r 'print_r($_SERVER);print_r(ini_get_all());'; fi
8585

8686
script:
87-
- FOLD_START='echo -e "travis_fold:start:$FOLD\\n"'
88-
- FOLD_END='echo -e "travis_fold:end:$FOLD\\n"'
87+
- FOLD_START='echo "travis_fold:start:$FOLD"; echo -e "\\e[32m$FOLD\\e[0m"'
88+
- FOLD_END='echo "travis_fold:end:$FOLD"'
8989
- if [[ $skip ]]; then echo -e "\\n\\e[1;34mIntermediate PHP version $PHP is skipped for pull requests.\\e[0m"; fi
9090
- if [[ ! $deps && ! $PHP = hhvm* ]]; then echo "$COMPONENTS" | parallel --gnu 'FOLD=$(echo "{}.PHPUnit"|tr / .); '$FOLD_START'; $PHPUNIT --exclude-group tty,benchmark,intl-data {} && '$FOLD_END; fi
9191
- if [[ ! $deps && ! $PHP = hhvm* ]]; then FOLD="PHPUnit.tty"; eval $FOLD_START; $PHPUNIT --group tty && eval $FOLD_END; fi

0 commit comments

Comments
 (0)
0