Skip to content

Commit

Permalink
Revert "Updated Travis to use APCu v5.1.6"
Browse files Browse the repository at this point in the history
This reverts commit 8587909.
  • Loading branch information
PHLAK committed Oct 7, 2016
1 parent 7a66ffb commit b1b74de
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 @@ -18,7 +18,7 @@ cache:
before_install:
- phpenv config-rm xdebug.ini
- if [[ $TRAVIS_PHP_VERSION == 5.* ]]; then printf "\n" | pecl install apcu-4.0.11; fi
- if [[ $TRAVIS_PHP_VERSION == 7.* ]]; then printf "\n" | pecl install apcu-5.1.6 apcu_bc-1.0.3; fi
- if [[ $TRAVIS_PHP_VERSION == 7.* ]]; then printf "\n" | pecl install apcu-5.1.5 apcu_bc-1.0.3; fi
- phpenv config-add travis.ini

install: composer install

0 comments on commit b1b74de

Please sign in to comment.