Skip to content

Commit

Permalink
Install lzf extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 1, 2016
1 parent 6da1edb commit 8f1457e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -35,6 +35,7 @@ before_install:
- mysql -e "create database IF NOT EXISTS test;" -uroot
before_script:
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ] || [ $(echo "$TRAVIS_PHP_VERSION 7.0" | tr " " "\n" | sort -V | head -n1) = "7.0" ]; then phpenv config-add .travis.php7.ini; else phpenv config-add .travis.ini; fi
- pecl install channel://pecl.php.net/lzf
- pear install channel://pear.php.net/Math_BigInteger
- pear install channel://pear.php.net/Net_DNS2
- pear install channel://pear.horde.org/Horde_Role
Expand Down

0 comments on commit 8f1457e

Please sign in to comment.