Skip to content

Commit

Permalink
Allow failure of 2.1 x86 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Sep 29, 2015
1 parent b4726df commit e9d5dab
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ test_script:

environment:
matrix:
- ruby_version: "21"
devkit: C:\Ruby21\DevKit
- ruby_version: "21-x64"
- ruby_version: "22-x64"
devkit: C:\Ruby21-x64\DevKit
- ruby_version: "22"
devkit: C:\Ruby21\DevKit
- ruby_version: "22-x64"
- ruby_version: "21-x64"
devkit: C:\Ruby21-x64\DevKit
- ruby_version: "21"
devkit: C:\Ruby21\DevKit
matrix:
allow_failures:
- ruby_version: "21"

0 comments on commit e9d5dab

Please sign in to comment.