We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e93b29 commit 01fe5f5Copy full SHA for 01fe5f5
1 file changed
appveyor.yml
@@ -1,6 +1,9 @@
1
environment:
2
matrix:
3
- nodejs_version: "8"
4
+ TEST_COMMAND: "test:bin"
5
+ - nodejs_version: "8"
6
+ TEST_COMMAND: "test:command"
7
8
branches:
9
only:
@@ -32,8 +35,7 @@ install:
32
35
test_script:
33
36
- node --version
34
37
- npm --version
- - npm run test:bin
- - npm run test:command
38
+ - npm run %TEST_COMMAND%
39
40
# http://help.appveyor.com/discussions/questions/1310-delete-cache
41
cache:
0 commit comments