Merge branch 'm33_MDL-61893_Accept_Any_Node_Carbon_Version' of https://github.com/scara/moodle into MOODLE_33_STABLE

This commit is contained in:
David Monllao
2018-05-21 12:04:57 +02:00
3 changed files with 560 additions and 514 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ matrix:
include:
# Run grunt/npm install on highest version ('node' is an alias for the latest node.js version.)
- php: 7.1
env: DB=none TASK=GRUNT NVM_VERSION='8.9'
env: DB=none TASK=GRUNT NVM_VERSION='lts/carbon'
exclude:
# MySQL - it's just too slow.
+558 -512
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -20,6 +20,6 @@
"xpath": "0.0.23"
},
"engines": {
"node": "8.9"
"node": ">=8.9 <9"
}
}