Add tinymce

This commit is contained in:
Nicolas Le Goff
2013-08-13 03:03:44 +02:00
parent 01602a49f1
commit d46583f824
4 changed files with 18 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ before_script:
- node --version
- npm --version
- npm install
- npm install grunt-cli -g
- npm install grunt-cli jake -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;'
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then pecl install redis; fi;'