Browse Source

Merge pull request #1981 from blink1073/appveyor-retry

Add retry to appveyor tests
Afshin Darian 8 years ago
parent
commit
f700f2ed19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -44,4 +44,4 @@ test_script:
   - 'py.test'
   - 'npm run build'
   - 'npm run build:test'
-  - 'npm test'
+  - 'npm test || npm test || npm test'