language: ruby cache: bundler rvm: - 2.1.8 - 2.2.4 - 2.3.0 - jruby-9.0.4.0 - rbx - ruby-head - jruby-head matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: jruby-head addons: postgresql: "9.4" env: - DB=sqlite3 - DB=postgresql script: - bundle exec rspec before_script: - gem update bundler - psql -c 'create database propertybase_id_test;' -U postgres