Skip to content

Commit

Permalink
Merge branch 'fix-tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 3, 2019
2 parents 653c66a + 1b2f1b1 commit 0f47084
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
@@ -1,8 +1,14 @@
language: ruby

before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'

rvm:
- 2.3.5
- 2.4.4
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.2
gemfile:
- gemfiles/Gemfile.ar-4.2
- gemfiles/Gemfile.ar-5.0
Expand All @@ -18,7 +24,9 @@ env:

matrix:
exclude:
- rvm: 2.3.5
- rvm: 2.3.8
gemfile: 'gemfiles/Gemfile.ar-master'
- rvm: 2.4.6
gemfile: 'gemfiles/Gemfile.ar-master'

addons:
Expand Down
1 change: 1 addition & 0 deletions gemfiles/Gemfile.ar-4.2
Expand Up @@ -2,4 +2,5 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'sqlite3', '~> 1.3.0'
gem 'activerecord', '~> 4.2.1'
1 change: 1 addition & 0 deletions gemfiles/Gemfile.ar-5.0
Expand Up @@ -2,4 +2,5 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'sqlite3', '~> 1.3.0'
gem 'activerecord', '~> 5.0.0'

0 comments on commit 0f47084

Please sign in to comment.