Skip to content

Commit

Permalink
Fix APCu install on PHP7
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 15, 2017
1 parent 873866b commit 6ede99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ install:
# add apc cache
- |
if [ "$JSLINT" != true ]; then
phpenv config-add ./test/bin/apc.ini && pecl install apcu
phpenv config-add ./test/bin/apc.ini && printf "\n" | pecl install apcu
php -r 'echo(function_exists("apcu_store")?"APCu enabled":"APCu disabled");'
fi
Expand Down

0 comments on commit 6ede99d

Please sign in to comment.