mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
Disable xdebug, install apc on travis build
This commit is contained in:
@@ -8,6 +8,8 @@ before_script:
|
||||
- cp -f hudson/connexion.inc config/
|
||||
- cp -f hudson/_GV.php config/
|
||||
- npm install bower mocha-phantomjs testacular -g
|
||||
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||
- 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;'
|
||||
- bower install
|
||||
- composer self-update
|
||||
- composer install --dev --prefer-source
|
||||
|
Reference in New Issue
Block a user