Skip to content

Commit e55be05

Browse files
author
Kelly Selden
committed
split appveyor job
1 parent 284f50d commit e55be05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
environment:
22
matrix:
33
- nodejs_version: "8"
4+
TEST_COMMAND: "test:bin"
5+
- nodejs_version: "8"
6+
TEST_COMMAND: "test:command"
47
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures"
58

69
branches:
@@ -33,8 +36,7 @@ install:
3336
test_script:
3437
- node --version
3538
- npm --version
36-
- npm run test:bin
37-
- npm run test:command
39+
- npm run %TEST_COMMAND%
3840

3941
# http://help.appveyor.com/discussions/questions/1310-delete-cache
4042
cache:

0 commit comments

Comments
 (0)