8000 Fix PHP 7.2 tests on master branch · symfony/symfony@b639aa8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b639aa8

Browse files
Fix PHP 7.2 tests on master branch
1 parent 8606c15 commit b639aa8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ env:
2020

2121
matrix:
2222
include:
23-
- php: 7.1.3
24-
- php: 7.1
25-
env: deps=high
26-
- php: 7.1
23+
- php: 7.2
2724
env: deps=low
2825
fast_finish: true
2926

@@ -173,7 +170,7 @@ install:
173170
elif [[ $deps = high ]]; then
174171
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
175172
elif [[ $deps = low ]]; then
176-
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
173+
echo "$COMPONENTS" | parallel --gnu -j1 -u "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
177174
else
178175
echo "$COMPONENTS" | parallel --gnu "tfold {} $PHPUNIT_X {}"
179176
tfold tty-group $PHPUNIT --group tty

0 commit comments

Comments
 (0)
0