Skip to content

Commit 60a4fdb

Browse files
author
Kelly Selden
committed
split appveyor job
1 parent 6b3c2a1 commit 60a4fdb

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

58
branches:
69
only:
@@ -32,8 +35,7 @@ install:
3235
test_script:
3336
- node --version
3437
- npm --version
35-
- npm run test:bin
36-
- npm run test:command
38+
- npm run %TEST_COMMAND%
3739

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

0 commit comments

Comments
 (0)