Skip to content

Commit 7641bd6

Browse files
authored
Merge pull request #37 from lgeiger/appveyor-retry
Retry tests on appveyor
2 parents cc1996d + c439158 commit 7641bd6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,3 @@ sock.on('message', function(topic, message) {
104104
## Release
105105

106106
After an `npm` release, push the tag to github and travis will create the prebuilds.
107-
108-
### Shipping Windows binaries
109-
110-
TODO

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
test_script:
2727
- node --version
2828
- npm --version
29-
- npm test
29+
- appveyor-retry call npm test
3030

3131
deploy_script:
3232
- IF "%nodejs_version%;%appveyor_repo_tag%"=="4;true" (npm install prebuild -g & prebuild --all -u %gh_token%)

0 commit comments

Comments
 (0)