We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29d70a6 + 2f95688 commit 793085aCopy full SHA for 793085a
.travis.yml
@@ -3,8 +3,7 @@ branches:
3
- master
4
language: node_js
5
node_js:
6
- - "4.1"
7
- - "4.2"
+ - "4.3"
8
env:
9
- MONGODB_VERSION=2.6.11
10
- MONGODB_VERSION=3.0.8
package.json
@@ -45,7 +45,7 @@
45
"prepublish": "npm run build"
46
},
47
"engines": {
48
- "node": ">=4.1"
+ "node": ">=4.3"
49
50
"bin": {
51
"parse-server": "./bin/parse-server"
0 commit comments