Skip to content

Commit

Permalink
Add node v6 to travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlobin committed May 8, 2016
1 parent db6f028 commit 4765403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- '6.0'
- '5.0'
- '4.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es-event-emitter",
"description": "Small and incredible fast Event-Emitter library based on JavaScript (ES2015)",
"version": "1.3.3",
"version": "1.3.4",
"main": "src/index.js",
"author": {
"name": "Eugene Zlobin",
Expand Down

0 comments on commit 4765403

Please sign in to comment.