Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
Include tests for Node.js v8 and v9 and remove support for Node.js v5
Browse files Browse the repository at this point in the history
  • Loading branch information
krismuniz committed Jun 10, 2018
1 parent dbde4ea commit 5dbc1e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "9"
- "8"
- "6"
- "5"
- "node"
before_install:
- "npm install -g npm@latest"
Expand Down

0 comments on commit 5dbc1e1

Please sign in to comment.