thoughtbot--shoulda-matchers/.travis.yml

18 lines
232 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.4.1
- 2.3.4
- 2.2.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