Commit 564ad26d authored by Diogo Azevedo's avatar Diogo Azevedo

Fix travis configs

Remove php 7 from allow_failure
Add pecl install mongo into script
parent 21a4bdcb
......@@ -10,14 +10,13 @@ matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: 7.0
sudo: false
services: mongodb
before_script:
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- pecl install mongodb
- mysql -e 'create database unittest;'
- travis_retry composer self-update
- travis_retry composer install --no-interaction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment