8000 chore(): node6 tests (#1351) · mikebellcoder/angular-cli@ce8d020 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce8d020

Browse files
jkurihansl
authored andcommitted
chore(): node6 tests (angular#1351)
1 parent 5aaddfd commit ce8d020

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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: 4 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
@@ -16,6 +18,8 @@ matrix:
1618
env: NODE_VERSION=5 SCRIPT=lint
1719
- os: osx
1820
env: NODE_VERSION=5 TARGET=mobile SCRIPT=mobile_test
21+
- os: osx
22+
env: NODE_VERSION=6 TARGET=mobile SCRIPT=mobile_test
1923

2024
script:
2125
- npm run-script $SCRIPT

0 commit comments

Comments
 (0)
0