update nodejs dependency version

This commit is contained in:
Florian BLOUET
2016-03-18 12:17:08 +01:00
parent f3340a85a1
commit 753f9b3abd
2 changed files with 2 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ services:
- redis - redis
before_install: before_install:
- nvm install 0.12.0 - nvm install stable
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini
- composer self-update --no-progress --no-interaction - composer self-update --no-progress --no-interaction
- sudo apt-get purge elasticsearch - sudo apt-get purge elasticsearch
@@ -59,7 +59,6 @@ before_script:
- "./bin/developer phraseanet:generate-js-fixtures" - "./bin/developer phraseanet:generate-js-fixtures"
script: script:
- "./node_modules/.bin/gulp test"
- | - |
echo "$TEST_SUITE"; echo "$TEST_SUITE";
case "$TEST_SUITE" in case "$TEST_SUITE" in

View File

@@ -26,7 +26,7 @@
"wrench": "^1.5.8" "wrench": "^1.5.8"
}, },
"engines": { "engines": {
"node": ">=0.12" "node": ">=5.8"
}, },
"scripts": { "scripts": {
"build": "./node_modules/.bin/gulp build;", "build": "./node_modules/.bin/gulp build;",