Skip to content

Commit

Permalink
Use APCu v5.1.11 and APCu BC v1.0.4 in Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Apr 3, 2018
1 parent ddb38c6 commit f60ed5c
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 -f apcu-4.0.11; fi
- if [[ $TRAVIS_PHP_VERSION == 7.* ]]; then printf "\n" | pecl install -f apcu-5.1.8 apcu_bc-1.0.3; fi
- if [[ $TRAVIS_PHP_VERSION == 7.* ]]; then printf "\n" | pecl install -f apcu-5.1.11 apcu_bc-1.0.4; fi
- phpenv config-add travis.ini

install: composer install

0 comments on commit f60ed5c

Please sign in to comment.