Skip to content

Commit f798440

Browse files
committed
Fix appveyor command line, add test-results.xml to gitignore
1 parent 4477284 commit f798440

3 files changed

Lines changed: 3 additions & 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 | tap-xunit | tee test-results.xml
14+
- node test | ./node_modules/.bin/tap-xunit | tee test-results.xml
1515

1616
after_test:
1717
- ps: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
node_modules
55
npm-debug.log
66
package-lock.json
7+
test-results.xml

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.travis.yml
66
package-lock.json
77
test
8+
test-results.xml

0 commit comments

Comments
 (0)