Skip to content

Commit

Permalink
#165 - force beta install of APCu on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadevx committed Aug 20, 2015
1 parent 72aa71d commit 472937d
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 @@ -12,7 +12,7 @@ before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction
- phpenv config-add php.ini
- pecl install -f apcu
- yes '' | pecl install -f apcu

script:
- vendor/bin/phpunit
Expand Down

0 comments on commit 472937d

Please sign in to comment.