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 c38a79c

Browse filesBrowse files
Merge branch '4.2'
* 4.2: fix CI
2 parents ee337dd + 54fe82d commit c38a79c
Copy full SHA for c38a79c

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ before_install:
161161
fi
162162
163163
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
164-
tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
164+
tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
165165
tfold ext.amqp tpecl amqp-1.9.3 amqp.so $INI
166166
tfold ext.igbinary tpecl igbinary-2.0.6 igbinary.so $INI
167167
tfold ext.zookeeper tpecl zookeeper-0.5.0 zookeeper.so $INI
@@ -226,7 +226,7 @@ install:
226226
break
227227
fi
228228
phpenv global $PHP
229-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2; composer require --dev --no-update mongodb/mongodb)
229+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb)
230230
tfold 'composer update' $COMPOSER_UP
231231
tfold 'phpunit install' ./phpunit install
232232
if [[ $deps = high ]]; then

0 commit comments

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