mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
allow 1.8.7 to fail and not report for now (until I can work out why it fails when 1.9.x works
This commit is contained in:
parent
3b66fd928b
commit
fa9dcdc2c5
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
language: ruby
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 1.8.7
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
|
|
Loading…
Add table
Reference in a new issue