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.
1 parent d7ab1f1 commit b396eb0Copy full SHA for b396eb0
.travis.yml
@@ -5,10 +5,6 @@ git:
5
depth: 10
6
7
node_js:
8
- - 0.8
9
- - 0.10
10
- - 0.12
11
- - 4
12
- 6
13
- 8
14
- 10
@@ -17,10 +13,7 @@ install:
17
- nvm --version
18
- node --version
19
15
- npm --version
20
- - 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ] ; then nvm install --latest-npm 0.8 ; fi'
21
16
- npm install
22
- - node --version
23
- - npm --version
24
25
script:
26
- npm test
package.json
@@ -8,7 +8,7 @@
"url": "https://github.com/apache/cordova-node-xcode.git"
},
"engines": {
- "node": ">=0.6.7"
+ "node": ">=6.0.0"
"dependencies": {
"simple-plist": "^0.2.1",
0 commit comments