Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Trying to fix rubygems deploy race condition
  • Loading branch information
iMacTia authored Aug 3, 2017
1 parent 697e90e commit 00f82e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ gemfile:
- Gemfile
- Gemfile-0.9.rb
matrix:
exclude:
- rvm: 2.4.0
gemfile: Gemfile-0.9.rb
allow_failures:
- rvm: jruby-head
- rvm: rbx-2
Expand All @@ -28,3 +31,4 @@ deploy:
repo: lostisland/faraday_middleware
rvm: 2.4.0
gemfile: Gemfile
condition: "$TRAVIS_RUBY_VERSION == 2.4.0"

0 comments on commit 00f82e0

Please sign in to comment.