Merge pull request #2387 from thelounge/astorije/node-10
Run Travis CI against Node v10
This commit is contained in:
commit
2da5920bda
@ -1,8 +1,11 @@
|
||||
language: node_js
|
||||
|
||||
# https://github.com/nodejs/Release
|
||||
node_js:
|
||||
- 9 # Current stable
|
||||
- 8 # Active LTS until April 2019
|
||||
- 6 # Active LTS until April 2018
|
||||
- 10 # EOL: April 2021
|
||||
- 9 # EOL: June 2018
|
||||
- 8 # EOL: December 2019
|
||||
- 6 # EOL: April 2019
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
@ -40,13 +40,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bcryptjs": "2.4.3",
|
||||
"chalk": "2.4.0",
|
||||
"chalk": "2.4.1",
|
||||
"cheerio": "0.22.0",
|
||||
"commander": "2.15.1",
|
||||
"express": "4.16.3",
|
||||
"fs-extra": "5.0.0",
|
||||
"irc-framework": "2.11.0",
|
||||
"lodash": "4.17.9",
|
||||
"lodash": "4.17.10",
|
||||
"mime-types": "2.1.18",
|
||||
"moment": "2.22.1",
|
||||
"package-json": "4.0.1",
|
||||
@ -66,7 +66,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-free-webfonts": "1.0.6",
|
||||
"babel-core": "6.26.0",
|
||||
"babel-core": "6.26.3",
|
||||
"babel-loader": "7.1.4",
|
||||
"babel-preset-env": "1.6.1",
|
||||
"chai": "4.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user