Skip to content

Commit

Permalink
.travis: test node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Jun 21, 2016
1 parent 08a0187 commit 9f949d4
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 @@ -9,6 +9,7 @@ node_js:
- "io.js"
- "4"
- "5"
- "6"
matrix:
include:
- node_js: "4"
Expand Down

1 comment on commit 9f949d4

@dcousens
Copy link
Member Author

@dcousens dcousens commented on 9f949d4 Jun 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@calvinmetcalf and now the tests fail D:

Please sign in to comment.