Skip to content

Commit

Permalink
Upgrade to Node 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 27, 2016
1 parent 62690af commit b3c127c
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:
- "0.12"
- "6.0.0"
deploy:
provider: openshift
user: forge@redhat.com
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/forge/website"
},
"engines": {
"node": ">= 0.12.0",
"node": ">= 6.0.0",
"npm": ">= 1.2.0"
},
"dependencies": {
Expand Down

0 comments on commit b3c127c

Please sign in to comment.