Skip to content

Commit 3aca810

Browse files
committed
enable node v6 on CI
This will fail, but it will help us know when it works. This is the first step for #111.
1 parent 984f2c2 commit 3aca810

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- "6"
34
- "5"
45
- "4"
56
- "0.12"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
environment:
22
matrix:
3+
- nodejs_version: '6'
34
- nodejs_version: '5'
45
- nodejs_version: '4'
56
- nodejs_version: '0.12'

0 commit comments

Comments
 (0)