thoughtbot--shoulda-matchers/.travis.yml

21 lines
325 B
YAML
Raw Normal View History

2014-10-21 06:41:01 +00:00
language: ruby
sudo: false
cache: bundler
script: "bundle exec rake"
install: "bundle install --jobs=3 --retry=3"
env:
- DATABASE_ADAPTER=sqlite3
- DATABASE_ADAPTER=postgresql
2011-09-12 10:48:27 +00:00
rvm:
- 2.0
- 2.1
- 2.2
2011-09-12 10:48:27 +00:00
gemfile:
- gemfiles/4.0.0.gemfile
- gemfiles/4.0.1.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile