Skip to content

Commit

Permalink
Merge pull request #1227 from stefanjudis/feature/node.js
Browse files Browse the repository at this point in the history
⬆️ upgrade Node.js
  • Loading branch information
marcobiedermann committed Dec 21, 2016
2 parents f36c2ea + 846ce35 commit b9da8e3
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
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "6.9.2"
- "7.2.1"
- "7"
- "stable"
script: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"performance"
],
"engines": {
"node": "7.2.x"
"node": "7.3.x"
},
"author": "stefan judis <stefanjudis@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit b9da8e3

Please sign in to comment.