Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
ci: add Node.js v4 and v6 to Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Aug 27, 2016
1 parent 99628f5 commit 9c37a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ node_js:
- "0.10"
- "0.8"
- iojs
- "4"
- "6"
- stable
script: "npm test"
sudo: false
before_install:
Expand Down

0 comments on commit 9c37a04

Please sign in to comment.