Skip to content

Commit

Permalink
Merge pull request fog#403 from fog/lanej/allow-fog-core-head-failures
Browse files Browse the repository at this point in the history
allow Gemfile-edge travis builds to fail
  • Loading branch information
lanej authored Oct 17, 2017
2 parents 973eed7 + 6db382d commit 6357a22
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,19 @@ matrix:
gemfile: gemfiles/Gemfile-edge
- rvm: 2.3.0
gemfile: Gemfile
- rvm: jruby-18mode
gemfile: gemfiles/Gemfile-ruby-1.8.7
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile-ruby-1.9
- rvm: jruby-head
gemfile: Gemfile
allow_failures:
- 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:
email: false
irc:
Expand Down

0 comments on commit 6357a22

Please sign in to comment.