Skip to content

Commit 7bdb685

Browse files
committed
fix(ci): update node.js support to >= 6.4
There are testing failures in 4.x and 5.x from syntax issues in angular. 6.x was chosen as a base since ES6 is on the roadmap for bacstack and ES6 only has a 57% complete implementination
1 parent 8362bea commit 7bdb685

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: "node_js"
22
node_js:
3+
- "9"
4+
- "8"
35
- "7"
46
- "6"
5-
- "5"
6-
- "4"
7+
78

89
before_install:
910
- "npm install coveralls"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"email": "fabio@fh1.ch"
3030
},
3131
"engines": {
32-
"node": ">= 0.12.0"
32+
"node": ">= 6.4.0"
3333
},
3434
"commitlint": {
3535
"extends": [

0 commit comments

Comments
 (0)