Skip to content

Commit

Permalink
feature(travis) node_js: 6, 7
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 16, 2016
1 parent 30178d3 commit b782678
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 4
- 5
- 6
- 7

script:
- npm run lint
Expand All @@ -13,3 +13,4 @@ notifications:
on_failure: change

sudo: false

0 comments on commit b782678

Please sign in to comment.