Skip to content

Commit

Permalink
Added Node.js 8 and 11 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 28, 2018
1 parent 39dbfdc commit 40e2397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
dist: trusty
language: node_js
node_js: 10
node_js: [8, 10, 11]
notifications: {email: false}
sudo: false

Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,8 +12,8 @@
"version": "5.2.0",
"devDependencies": {
"@cedx/coveralls": "^8.1.0",
"@types/chai": "^4.1.6",
"@types/node": "^10.11.7",
"@types/chai": "^4.1.7",
"@types/node": "^10.12.0",
"babel-minify-webpack-plugin": "^0.3.1",
"chai": "^4.2.0",
"del": "^3.0.0",
Expand All @@ -27,7 +27,7 @@
"tslint": "^5.11.0",
"typedoc": "^0.13.0",
"typescript": "^3.1.3",
"webpack": "^4.20.2",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
"engines": {
Expand Down

0 comments on commit 40e2397

Please sign in to comment.