Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf50ee9b

Browse files
[travis] fix requiring mongodb/mongodb before composer up
1 parent0a450d7 commitf50ee9b

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
@@ -208,11 +208,11 @@ install:
208208
break
209209
fi
210210
phpenv global ${PHP/hhvm*/hhvm}
211-
tfold 'composer update' $COMPOSER_UP
212-
tfold 'phpunit install' ./phpunit install
213211
if [[ $PHP = 7.* ]]; then
214212
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
215213
fi
214+
tfold 'composer update' $COMPOSER_UP
215+
tfold 'phpunit install' ./phpunit install
216216
if [[ $deps = high ]]; then
217217
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
218218
elif [[ $deps = low ]]; then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp