Skip to content

Commit

Permalink
Merge 2ccdc77 into 237cbbd
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-alekseev committed Dec 16, 2019
2 parents 237cbbd + 2ccdc77 commit f95d143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -9,6 +9,7 @@ notifications:
- noel@peden.biz
on_success: always
env:
- RAILS_VERSION=4.2
- RAILS_VERSION=5.0
- RAILS_VERSION=5.1
- RAILS_VERSION=5.2
Expand All @@ -18,7 +19,8 @@ rvm:
- 2.5
- 2.6
before_install:
- gem update bundler
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
script:
spec/ci.rb
matrix:
Expand Down

0 comments on commit f95d143

Please sign in to comment.