Skip to content

Commit

Permalink
Add apc(u) to travis for testing caching
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 21, 2015
1 parent e50a49a commit f2dd763
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,10 @@ before_script:
- DATABASE=travis
- USER=travis
- PASSWORD=
- echo $USER

- php -r "phpinfo();"
- echo "no" | pecl install apcu-beta
- php -r "phpinfo();"

# fix username before default rules apply
- sh -c "if [ '$DB' = 'pgsql' ]; then sed -i 's/'\''vz'\''/'\''postgres'\''/' etc/volkszaehler.conf.php; fi;"
Expand Down

0 comments on commit f2dd763

Please sign in to comment.