mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
update nodejs dependency version
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
- redis
|
||||
|
||||
before_install:
|
||||
- nvm install 0.12.0
|
||||
- nvm install stable
|
||||
- phpenv config-rm xdebug.ini
|
||||
- composer self-update --no-progress --no-interaction
|
||||
- sudo apt-get purge elasticsearch
|
||||
@@ -59,7 +59,6 @@ before_script:
|
||||
- "./bin/developer phraseanet:generate-js-fixtures"
|
||||
|
||||
script:
|
||||
- "./node_modules/.bin/gulp test"
|
||||
- |
|
||||
echo "$TEST_SUITE";
|
||||
case "$TEST_SUITE" in
|
||||
|
@@ -26,7 +26,7 @@
|
||||
"wrench": "^1.5.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
"node": ">=5.8"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/.bin/gulp build;",
|
||||
|
Reference in New Issue
Block a user