Skip to content

Commit 793085a

Browse files
committed
Merge pull request #347 from ParsePlatform/node-update
Force node 4.3
2 parents 29d70a6 + 2f95688 commit 793085a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ branches:
33
- master
44
language: node_js
55
node_js:
6-
- "4.1"
7-
- "4.2"
6+
- "4.3"
87
env:
98
- MONGODB_VERSION=2.6.11
109
- MONGODB_VERSION=3.0.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prepublish": "npm run build"
4646
},
4747
"engines": {
48-
"node": ">=4.1"
48+
"node": ">=4.3"
4949
},
5050
"bin": {
5151
"parse-server": "./bin/parse-server"

0 commit comments

Comments
 (0)