Skip to content

Commit f8ff682

Browse files
committed
chore(): node6 tests
1 parent 5aaddfd commit f8ff682

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
environment:
2-
nodejs_version: "5.0"
2+
matrix:
3+
- nodejs_version: "5.0"
4+
- nodejs_version: "6.0"
35

46
install:
57
- ps: Install-Product node $env:nodejs_version

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ env:
77
- NODE_VERSION=5 SCRIPT=lint
88
- NODE_VERSION=5 SCRIPT=test
99
- NODE_VERSION=5 TARGET=mobile SCRIPT=mobile_test
10+
- NODE_VERSION=6 SCRIPT=test
11+
- NODE_VERSION=6 TARGET=mobile SCRIPT=mobile_test
1012
os:
1113
- linux
1214
- osx

0 commit comments

Comments
 (0)