Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Sep 17, 2020
1 parent b308e47 commit 9bed5cc
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 @@ -23,6 +23,8 @@ before_install:
- phpenv config-add etc/travis/phpenv.ini
- sudo apt-get update > /dev/null
- sudo apt-get install libcurl4-openssl-dev libcurl4
- cd /usr/include
- sudo ln -s x86_64-linux-gnu/curl
- echo '' | pecl install solr
- pecl channel-update pecl.php.net
- if [[ $COVERAGE != yes ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi;
Expand Down

0 comments on commit 9bed5cc

Please sign in to comment.