Skip to content

Commit 7682f83

Browse files
committed
[AppVeyor] Try with windows style command-line
1 parent f798440 commit 7682f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- npm install
1212

1313
test_script:
14-
- node test | ./node_modules/.bin/tap-xunit | tee test-results.xml
14+
- node test | node_modules\.bin\tap-xunit | tee test-results.xml
1515

1616
after_test:
1717
- ps: |

0 commit comments

Comments
 (0)