Skip to content

Commit

Permalink
Allowing APC install to fail and removing 5.6 from allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Jul 10, 2014
1 parent 72eaa9f commit 459bd2c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ php:
- 5.6

before_script:
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' || true
- composer self-update
- composer install --no-interaction --prefer-source --dev

script: vendor/bin/phpunit

matrix:
allow_failures:
- php: 5.6
fast_finish: true

0 comments on commit 459bd2c

Please sign in to comment.