Skip to content

Commit

Permalink
Travis CI test Node.js versions 10, 8, 6, 4, 0.12. Remove testing of …
Browse files Browse the repository at this point in the history
…0.10 (#369)
  • Loading branch information
AdamMagaluk authored Nov 21, 2018
1 parent 2207d9b commit 0e6840f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.1.2"
- "5"
- "4"
- "6"
- "8"
- "10"
sudo: false

0 comments on commit 0e6840f

Please sign in to comment.