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
Gui Albuk 31a8ab4af8 Remove TravisCI support for Ruby 2.0 and 2.1 and Rails 4.0 and 4.1
Remove TravisCI support for Ruby 2.0 and 2.1

Merge Appraisal Gemfiles for different Ruby versions

Remove unused variable in Appraisals file
2017-09-17 17:01:50 -05:00

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