Commit b07e444a85c9c4681aad5cc099a94287be37d12f
Exists in
master
and in
21 other branches
Merged master
Showing
5 changed files
with
27 additions
and
5 deletions
Show diff stats
.travis.yml
1 | 1 | language: ruby |
2 | 2 | rvm: |
3 | - - 1.9.3 | |
4 | - - 2.0.0 | |
3 | + - 2.1 | |
5 | 4 | services: |
6 | 5 | - elasticsearch |
7 | 6 | - mongodb |
... | ... | @@ -16,6 +15,9 @@ notifications: |
16 | 15 | on_failure: change |
17 | 16 | gemfile: |
18 | 17 | - Gemfile |
18 | + - gemfiles/activerecord40.gemfile | |
19 | + - gemfiles/activerecord32.gemfile | |
20 | + - gemfiles/activerecord31.gemfile | |
19 | 21 | - gemfiles/mongoid2.gemfile |
20 | 22 | - gemfiles/mongoid3.gemfile |
21 | 23 | - gemfiles/mongoid4.gemfile | ... | ... |
Gemfile