Skip to content

Commit

Permalink
Travis の allow_failures に Ruby 1.9.3 を追加
Browse files Browse the repository at this point in the history
tins gem が v1.7 より Ruby 1.9.3 のサポートを外したため
Travis のビルドが失敗するようになった。

Appraisals 内でバージョンを固定しても良いかもしれない。
  • Loading branch information
chocoby committed Aug 15, 2016
1 parent e5aa9cf commit 87d99a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gemfile:
- gemfiles/rails50.gemfile
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: ruby-head
fast_finish: true
exclude:
Expand Down

0 comments on commit 87d99a4

Please sign in to comment.