We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8137f98 + 81d5b79 commit c44b6e7Copy full SHA for c44b6e7
.travis.yml
@@ -45,12 +45,9 @@ matrix:
45
fast_finish: true
46
47
include:
48
- # Run grunt/npm install on lowest supported npm version
49
- - php: 7
50
- env: DB=none TASK=GRUNT NVM_VERSION='0.10'
51
# Run grunt/npm install on highest version ('node' is an alias for the latest node.js version.)
52
- php: 7
53
- env: DB=none TASK=GRUNT NVM_VERSION='node'
+ env: DB=none TASK=GRUNT NVM_VERSION='lts/carbon'
54
55
exclude:
56
# MySQL - it's just too slow.
0 commit comments