Skip to content

Commit

Permalink
Merge pull request #649 from deivid-rodriguez/travis_ci_refresh
Browse files Browse the repository at this point in the history
Travis CI refresh
  • Loading branch information
rafaelfranca authored Mar 27, 2019
2 parents d3762d0 + f72295e commit fd114d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
before_install:
- gem update --system
- gem install bundler
- gem update --system 2.7.9
- gem install bundler:1.17.3
- rvm @global do gem uninstall did_you_mean
- # Travis's rvm 2.5.5 installation comes with bundler 2.0.1 for some reason.
- if [ "$TRAVIS_RUBY_VERSION" = "2.5.5" ]; then rvm @global do gem uninstall bundler -v 2.0.1 -x; fi
bundler_args: --without development
language: ruby
rvm:
Expand All @@ -10,14 +12,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.5
- 2.6.2
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
script: bundle exec thor spec
sudo: false
cache: bundler
2 changes: 1 addition & 1 deletion thor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
require "thor/version"

Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.0"
spec.add_development_dependency "bundler", ">= 1.0", "< 3"
spec.authors = ["Yehuda Katz", "José Valim"]
spec.description = "Thor is a toolkit for building powerful command-line interfaces."
spec.email = "ruby-thor@googlegroups.com"
Expand Down

0 comments on commit fd114d1

Please sign in to comment.