Skip to content

Commit

Permalink
Move allow failures to the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Sep 26, 2018
1 parent 0551727 commit 725d388
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,23 @@ image: Visual Studio 2017

environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
allow_failures:
- test_suite: "installs"
matrix:
- nodejs_version: 10
test_suite: "simple"
test_suite: 'simple'
- nodejs_version: 10
test_suite: "installs"
test_suite: 'installs'
- nodejs_version: 10
test_suite: "kitchensink"
test_suite: 'kitchensink'
- nodejs_version: 10
test_suite: "kitchensink-eject"
test_suite: 'kitchensink-eject'
- nodejs_version: 8
test_suite: "simple"
test_suite: 'simple'
- nodejs_version: 8
test_suite: "installs"
test_suite: 'installs'
- nodejs_version: 8
test_suite: "kitchensink"
test_suite: 'kitchensink'
- nodejs_version: 8
test_suite: "kitchensink-eject"
test_suite: 'kitchensink-eject'
cache:
- '%APPDATA%\npm-cache -> appveyor.cleanup-cache.txt'
- '%LOCALAPPDATA%\Yarn\Cache -> appveyor.cleanup-cache.txt'
Expand All @@ -29,6 +27,8 @@ clone_depth: 50

matrix:
fast_finish: true
allow_failures:
- test_suite: 'installs'

platform:
- x64
Expand Down

0 comments on commit 725d388

Please sign in to comment.