Skip to content

Commit

Permalink
chore(travis): Drop old nodejs version: NO v10 (#164)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: no support for node < 6

* node 10 not supported by libxmljs-mt
  • Loading branch information
johnjbarton authored Aug 16, 2018
1 parent b0984e0 commit bc07177
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
sudo: false
language: node_js
node_js:
- "5.0"
- "4.0"
- "0.12"
- "0.10"
- 6
- 8

env:
- CXX=g++-4.8
Expand Down

0 comments on commit bc07177

Please sign in to comment.