Skip to content

Commit

Permalink
Fix APCu install
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Mar 13, 2018
1 parent 86bc865 commit 6ec9c2e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions build/travis/phpenv/apcu-5.6.ini

This file was deleted.

2 changes: 0 additions & 2 deletions build/travis/phpenv/apcu-7.0.ini

This file was deleted.

2 changes: 0 additions & 2 deletions build/travis/phpenv/apcu-7.1.ini

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion build/travis/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ psql -d joomla_ut -a -f "$BASE/tests/unit/schema/postgresql.sql"
if [[ $INSTALL_MEMCACHE == "yes" ]]; then phpenv config-add "$BASE/build/travis/phpenv/memcache.ini"; fi
if [[ $INSTALL_MEMCACHED == "yes" ]]; then phpenv config-add "$BASE/build/travis/phpenv/memcached.ini"; fi
if [[ $INSTALL_APC == "yes" ]]; then phpenv config-add "$BASE/build/travis/phpenv/apc-$TRAVIS_PHP_VERSION.ini"; fi
if [[ $INSTALL_APCU == "yes" && $TRAVIS_PHP_VERSION = 7.* ]]; then printf "\n" | pecl install apcu && phpenv config-add "$BASE/build/travis/phpenv/apcu-$TRAVIS_PHP_VERSION.ini"; fi
if [[ $INSTALL_APCU == "yes" ]]; then printf "\n" | pecl install apcu && phpenv config-add "$BASE/build/travis/phpenv/apcu.ini"; fi
if [[ $INSTALL_REDIS == "yes" ]]; then phpenv config-add "$BASE/build/travis/phpenv/redis.ini"; fi

0 comments on commit 6ec9c2e

Please sign in to comment.