mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
31a8ab4af8
Remove TravisCI support for Ruby 2.0 and 2.1 Merge Appraisal Gemfiles for different Ruby versions Remove unused variable in Appraisals file
17 lines
232 B
YAML
17 lines
232 B
YAML
language: ruby
|
|
sudo: false
|
|
cache: bundler
|
|
script: "bundle exec rake"
|
|
|
|
env:
|
|
- DATABASE_ADAPTER=sqlite3
|
|
- DATABASE_ADAPTER=postgresql
|
|
|
|
rvm:
|
|
- 2.4.1
|
|
- 2.3.3
|
|
- 2.2.6
|
|
|
|
gemfile:
|
|
- gemfiles/4.2.gemfile
|
|
- gemfiles/5.0.gemfile
|