Skip to content

Commit

Permalink
Remove travis tests for old nodejs versions
Browse files Browse the repository at this point in the history
Change-Id: Icd555a1e36d32219dc17a251e76f97221aad1ba2
  • Loading branch information
physikerwelt committed Feb 25, 2020
1 parent c4dafcc commit efed5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
- "node"

script: npm run-script coverage && (npm run-script coveralls || exit 0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"xmldom": "^0.1.21"
},
"engines": {
"node": ">=4"
"node": ">=10"
},
"deploy": {
"node": "6.11.1",
Expand Down

0 comments on commit efed5cc

Please sign in to comment.