thoughtbot--shoulda-matchers/.travis.yml

20 lines
302 B
YAML
Raw Permalink 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.4.2
- 2.3.5
- 2.2.8
2011-09-12 10:48:27 +00:00
gemfile:
- gemfiles/4.2.gemfile
2016-09-04 03:31:40 +00:00
- gemfiles/5.0.gemfile
2017-09-17 23:10:00 +00:00
- gemfiles/5.1.gemfile