Skip to content

Commit

Permalink
Applying rails#649 to know why the build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
hibariya committed Mar 13, 2019
1 parent c67dacf commit 773167e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before_install:
- gem update --system
- gem install bundler
- gem update --system 2.7.8
- gem install bundler:1.17.3
- rvm @global do gem uninstall did_you_mean
bundler_args: --without development
language: ruby
Expand All @@ -10,14 +10,14 @@ rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
script: bundle exec thor spec
sudo: false
cache: bundler

0 comments on commit 773167e

Please sign in to comment.