1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/.travis.yml

25 lines
519 B
YAML
Raw Normal View History

2014-10-21 02:41:01 -04:00
language: ruby
sudo: false
cache: bundler
script: "bundle exec rake"
# Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20>
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
install: "bundle install --jobs=3 --retry=3"
env:
- DATABASE_ADAPTER=sqlite3
- DATABASE_ADAPTER=postgresql
2011-09-12 06:48:27 -04:00
rvm:
2018-09-03 21:05:11 -04:00
- 2.5.1
- 2.4.4
- 2.3.7
2011-09-12 06:48:27 -04:00
gemfile:
- gemfiles/4.2.gemfile
2016-09-03 23:31:40 -04:00
- gemfiles/5.0.gemfile
2017-09-17 19:10:00 -04:00
- gemfiles/5.1.gemfile
- gemfiles/5.2.gemfile