Merge branch 'MDL-60503-32' of git://github.com/damyon/moodle into MOODLE_32_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2017-11-01 11:51:23 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,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='node'
env: DB=none TASK=GRUNT NVM_VERSION='8.9'
exclude:
# MySQL - it's just too slow.
+1 -1
View File
@@ -19,6 +19,6 @@
"xpath": "0.0.23"
},
"engines": {
"node": ">=4"
"node": "8.9"
}
}