Skip to content

Commit

Permalink
Fix for APUc not loading on Travis - try #4
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-graniszewski committed Feb 25, 2017
1 parent efb8826 commit 76ade50
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 @@ -66,7 +66,7 @@ before_install:
- if [[ $TRAVIS_PHP_VERSION = '5.6' ]] ; then echo yes | pecl install apcu-4.0.10; fi;
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]] ; then pecl config-set preferred_state beta; echo yes | pecl install apcu; fi;
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]] ; then pecl config-set preferred_state beta; echo yes | pecl install apcu_bc; fi;
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]] ; then ls -al /home/travis/.phpenv/versions/`phpenv global`/etc/conf.d ; fi;
- if [[ $TRAVIS_PHP_VERSION = 7.1 ]] ; then cat /home/travis/.phpenv/versions/`phpenv global`/etc/php.ini ; fi;
- travis_retry composer self-update

install:
Expand Down

0 comments on commit 76ade50

Please sign in to comment.