Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Build: Add nodejs 6 to travis (fixes eslint#5971) (eslint#5973)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyandeeps committed Apr 27, 2016
1 parent e606523 commit 0be26bc
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 @@ -5,6 +5,7 @@ node_js:
- iojs
- "4"
- "5"
- "6"
sudo: false
script: "npm test && npm run check-commit && npm run docs"
after_success:
Expand Down

0 comments on commit 0be26bc

Please sign in to comment.