Skip to content

Commit

Permalink
...or pecl install automatically adds the entry in php.ini?
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Feb 23, 2019
1 parent 81a48f3 commit 7f04637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ cache:

before_install:
- phpenv config-rm xdebug.ini
- |
if [ "x$COVERAGE" == "xyes" ]; then
pecl install pcov-1.0.0
fi
before_script:
- if [[ "$DB" == "mysql" || "$DB" == "mysqli" || "$DB" == *"mariadb"* ]]; then mysql < tests/travis/create-mysql-schema.sql; fi;
Expand Down

0 comments on commit 7f04637

Please sign in to comment.