mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Merge branch 'MDL-60503-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
d25f1c3c3c
@ -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='node'
|
||||
env: DB=none TASK=GRUNT NVM_VERSION='8.9'
|
||||
|
||||
exclude:
|
||||
# MySQL - it's just too slow.
|
||||
|
@ -22,6 +22,6 @@
|
||||
"xpath": "0.0.23"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": "8.9"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user