Skip to content

Commit

Permalink
Run testsuite on PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsantos committed Jun 4, 2018
1 parent 58cdd06 commit aee296d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,9 +3,10 @@ language: php
php:
- 7.0
- 7.1
- 7.2

before_install:
- pecl install mongodb
- if [[ $TRAVIS_PHP_VERSION != 7.2 ]]; then pecl install mongodb; fi
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

before_script:
Expand Down

0 comments on commit aee296d

Please sign in to comment.