Skip to content

Commit

Permalink
Merge pull request felipernb#115 from amilajack/patch-1
Browse files Browse the repository at this point in the history
Added stable and modern node versions to travis ci
  • Loading branch information
felipernb authored Jun 21, 2016
2 parents abaca33 + d9e0295 commit c3a821c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
sudo: false
node_js:
- "5.1"
- '4'
- '5.1'
- '6'
script: "make"
after_success: "make coveralls"

0 comments on commit c3a821c

Please sign in to comment.