Skip to content

Commit

Permalink
Merge pull request #245 from enb/node-6
Browse files Browse the repository at this point in the history
Node 6
  • Loading branch information
blond committed Oct 11, 2016
2 parents 452290c + b5f97dc commit 5d44e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ language: node_js
matrix:
include:
- node_js: "4"
- node_js: "6"
env: COVERALLS=1
- node_js: "5"

after_success:
- if [ "x$COVERALLS" = "x1" ]; then npm run coveralls; fi
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jscs": "3.0.7",
"jshint": "2.9.3",
"mocha": "3.1.2",
"mock-enb": "0.3.2",
"mock-enb": "0.3.5",
"mock-fs": "3.11.0",
"must": "0.13.2"
},
Expand Down

0 comments on commit 5d44e1c

Please sign in to comment.