1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Fewer travis options

This commit is contained in:
Matt Jankowski 2019-01-18 14:32:55 -05:00
parent 6dd7c7eb04
commit 5449cd41e1

View file

@ -4,16 +4,16 @@ cache: bundler
script: "bundle exec rake"
env:
- DATABASE_ADAPTER=sqlite3
# - DATABASE_ADAPTER=sqlite3
- DATABASE_ADAPTER=postgresql
rvm:
- 2.0
- 2.1
# - 2.0
# - 2.1
- 2.2
gemfile:
- gemfiles/4.0.0.gemfile
- gemfiles/4.0.1.gemfile
- gemfiles/4.1.gemfile
# - gemfiles/4.0.0.gemfile
# - gemfiles/4.0.1.gemfile
# - gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile