Skip to content

Commit 564ad26

Browse files
committed
Fix travis configs
Remove php 7 from allow_failure Add pecl install mongo into script
1 parent 21a4bdc commit 564ad26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ matrix:
1010
fast_finish: true
1111
allow_failures:
1212
- php: hhvm
13-
- php: 7.0
1413

1514
sudo: false
1615

1716
services: mongodb
1817

1918
before_script:
20-
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
19+
- pecl install mongodb
2120
- mysql -e 'create database unittest;'
2221
- travis_retry composer self-update
2322
- travis_retry composer install --no-interaction

0 commit comments

Comments
 (0)