mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
6a349b6e62
[fixes #813]
19 lines
280 B
YAML
19 lines
280 B
YAML
language: ruby
|
|
sudo: false
|
|
cache: bundler
|
|
script: "bundle exec rake"
|
|
|
|
env:
|
|
- DATABASE_ADAPTER=sqlite3
|
|
- DATABASE_ADAPTER=postgresql
|
|
|
|
rvm:
|
|
- 2.0
|
|
- 2.1
|
|
- 2.2
|
|
|
|
gemfile:
|
|
- gemfiles/4.0.0.gemfile
|
|
- gemfiles/4.0.1.gemfile
|
|
- gemfiles/4.1.gemfile
|
|
- gemfiles/4.2.gemfile
|