Skip to content

Commit b396eb0

Browse files
n1ru4lChris Brody
authored andcommitted
drop support for Node.js pre-6.0 (apache#29)
* chore: remove node versions prior to 6 from travis build * chore: bump node engine to lowest LTS version * chore: remove redundant console output resolves #17
1 parent d7ab1f1 commit b396eb0

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ git:
55
depth: 10
66

77
node_js:
8-
- 0.8
9-
- 0.10
10-
- 0.12
11-
- 4
128
- 6
139
- 8
1410
- 10
@@ -17,10 +13,7 @@ install:
1713
- nvm --version
1814
- node --version
1915
- npm --version
20-
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ] ; then nvm install --latest-npm 0.8 ; fi'
2116
- npm install
22-
- node --version
23-
- npm --version
2417

2518
script:
2619
- npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/apache/cordova-node-xcode.git"
99
},
1010
"engines": {
11-
"node": ">=0.6.7"
11+
"node": ">=6.0.0"
1212
},
1313
"dependencies": {
1414
"simple-plist": "^0.2.1",

0 commit comments

Comments
 (0)