Skip to content

Commit

Permalink
Fixed APCu version in travis tests for PHP 7.X
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed May 1, 2019
1 parent 17eebca commit 4046b63
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 @@ -30,7 +30,7 @@ before_install:
- phpenv config-rm xdebug.ini || true
- travis_retry composer self-update
- 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.1 apcu_bc-1.0.4; fi
- if [[ $TRAVIS_PHP_VERSION == 7.* ]]; then printf "\n" | pecl install -f apcu-5.1.17 apcu_bc-1.0.4; fi
- phpenv config-add travis.ini

install:
Expand Down

0 comments on commit 4046b63

Please sign in to comment.