mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
allow Gemfile-edge travis builds to fail
Since fog-core is pinned in the gemspec, this is only useful information for upcoming upgrades to fog-core.
This commit is contained in:
parent
973eed7b9a
commit
e4c9aa3f8f
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,13 @@ matrix:
|
||||||
gemfile: Gemfile
|
gemfile: Gemfile
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: jruby-head
|
- rvm: jruby-head
|
||||||
|
gemfile: Gemfile
|
||||||
|
- rvm: 2.2.0
|
||||||
|
gemfile: gemfiles/Gemfile-edge
|
||||||
|
- rvm: 2.3.0
|
||||||
|
gemfile: gemfiles/Gemfile-edge
|
||||||
|
- rvm: 2.1.1
|
||||||
|
gemfile: gemfiles/Gemfile-edge
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue