mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
update nodejs dependency version
This commit is contained in:
@@ -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
|
||||||
|
@@ -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;",
|
||||||
|
Reference in New Issue
Block a user