From 8014cd29e2d39282616147492c07c637833b0bcb Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Wed, 12 Jun 2013 15:25:51 +0200 Subject: [PATCH] Display node + npm version && set recess version range --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c5e58a714..e2b98af757 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,9 @@ before_script: - rm -f config/services.yml config/connexions.yml config/config.yml config/config.inc config/connexion.inc config/_GV.php config/_GV.php.old - cp -f hudson/connexion.inc config/ - cp -f hudson/_GV.php config/ - - npm install bower mocha-phantomjs karma recess -g + - node --version + - npm --version + - npm install bower mocha-phantomjs karma recess@">=1.1.0 <1.1.7" -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;'