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

Appearance settings

Commit de01eea

Browse filesBrowse files
Fix CI
1 parent 4b36736 commit de01eea
Copy full SHA for de01eea

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ install:
287287
export -f phpinfo
288288
289289
for PHP in $TRAVIS_PHP_VERSION $php_extra; do
290-
tfold $PHP phpinfo $PHP
290+
tfold phpinfo phpinfo $PHP
291291
done
292292
293293
- |
@@ -299,7 +299,6 @@ install:
299299
return
300300
fi
301301
phpenv global ${PHP/hhvm*/hhvm}
302-
composer self-update --2
303302
rm vendor/composer/package-versions-deprecated -Rf
304303
if [[ $PHP = 7.* ]]; then
305304
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb ~1.5.0)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.