Skip to content

Commit

Permalink
add newer node versions to build matrix (#428)
Browse files Browse the repository at this point in the history
* add newer node versions to build matrix

* Dont test for node 9

Its not stable and seems to fail on travis
  • Loading branch information
DanielMSchmidt authored and ziluvatar committed Jan 10, 2018
1 parent dddcb73 commit 83f3eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 2,7 @@ language: node_js
sudo: false
before_install: npm i -g npm
node_js:
- "8"
- "7"
- "6"
- "5"
Expand Down

0 comments on commit 83f3eee

Please sign in to comment.