active_record_union/.travis.yml

11 lines
159 B
YAML
Raw Permalink Normal View History

2014-07-20 04:14:46 +00:00
language: ruby
2014-09-02 02:50:09 +00:00
addons:
2016-03-19 23:50:39 +00:00
postgresql: "9.4"
2014-07-20 04:14:46 +00:00
rvm:
- 2.3.6
2016-04-09 00:19:13 +00:00
gemfile:
- rails_5_0.gemfile
- rails_5_1.gemfile
- rails_5_2.gemfile
2016-04-09 00:19:13 +00:00
script: bundle exec rspec