Skip to content

Commit

Permalink
memcached ext op nightly is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jun 20, 2018
1 parent 165983c commit 760efd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
service_name: travis-ci
src_dir: src
coverage_clover: build/logs/clover.xml
16 changes: 3 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,13 @@ before_script:

# Enable extensions
- yes '' | pecl install --soft mongodb
- >
test "$TRAVIS_PHP_VERSION" != "nightly" ||
sh -c "
cd /tmp &&
pecl download memcached-3.0.4 &&
tar zxvf memcached-3.0.4.tgz &&
cd memcached-3.0.4 &&
phpize &&
./configure --with-php-config=/home/travis/.phpenv/versions/master/bin/php-config --with-libmemcached-dir=no --disable-memcached-sasl &&
make &&
make install
"
- ls .travis/*.ini | xargs phpenv config-add
- test "$TRAVIS_PHP_VERSION" != "nightly" || phpenv config-rm memcached.ini || true

# Install dependencies
- composer self-update
- composer require --dev "satooshi/php-coveralls:~0.6"
- composer install --ignore-platform-reqs
- composer require --dev "satooshi/php-coveralls:~0.6" --ignore-platform-reqs
- mkdir -p build/logs

script:
Expand Down

0 comments on commit 760efd6

Please sign in to comment.