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

20 lines
286 B
YAML
Raw Normal View History

2014-10-21 02:41:01 -04:00
language: ruby
sudo: false
cache: bundler
script: "bundle exec rake"
env:
- DATABASE_ADAPTER=sqlite3
- DATABASE_ADAPTER=postgresql
2011-09-12 06:48:27 -04:00
rvm:
- 2.0.0
- 2.1.4
- 2.2.0
2011-09-12 06:48:27 -04:00
gemfile:
- gemfiles/4.0.0.gemfile
- gemfiles/4.0.1.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile