Skip to content

Commit

Permalink
reenable mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Feb 14, 2016
1 parent c084a67 commit 70c42d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ php:
matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: hhvm

services:
- mongodb

before_script:
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then travis_retry composer require satooshi/php-coveralls:dev-master --no-interaction ; fi
Expand Down

0 comments on commit 70c42d0

Please sign in to comment.