Skip to content

Commit

Permalink
Merge pull request #150 from olleolleolle/travis-bundler-1
Browse files Browse the repository at this point in the history
Travis: Run tests with provided bundler, drop sudo: false setting
  • Loading branch information
ryankopf authored Feb 7, 2021
2 parents 16bf35a + eaa93cb commit d1c2108
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@ matrix:
- rvm: 2.4
gemfile: gemfiles/rails6.1.gemfile
script: "bundle exec rake coverage"
before_install:
- gem install bundler
bundler_args: --retry 5
sudo: false
cache: bundler
1 change: 1 addition & 0 deletions gemfiles/rails3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

group :development, :test do
gem 'activerecord', '~> 3.2.0'
gem 'sqlite3', '~> 1.3.5'
end

gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

group :development, :test do
gem 'activerecord', '~> 4.0'
gem 'test-unit'
gem 'sqlite3', '1.3.7'
end

gemspec :path => "../"
1 change: 0 additions & 1 deletion gemfiles/rails5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'https://rubygems.org'

group :development, :test do
gem 'activerecord', '~> 5.0'
gem 'test-unit'
end

gemspec :path => "../"

0 comments on commit d1c2108

Please sign in to comment.