Skip to content

Commit

Permalink
Install http extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 1, 2016
1 parent c5cc93b commit 0055dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -36,6 +36,7 @@ before_install:
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
- pecl install channel://pecl.php.net/pecl_http
- 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 0055dfa

Please sign in to comment.