Skip to content

Commit

Permalink
An attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pyromaniac committed Feb 20, 2016
1 parent d232be5 commit 1116bad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
# - rbx
gemfile:
- gemfiles/rails.3.2.activerecord.gemfile
Expand Down Expand Up @@ -38,6 +39,12 @@ matrix:
gemfile: gemfiles/rails.3.2.activerecord.kaminari.gemfile
- rvm: 2.2
gemfile: gemfiles/rails.3.2.activerecord.will_paginate.gemfile
- rvm: 2.3
gemfile: gemfiles/rails.3.2.activerecord.gemfile
- rvm: 2.3
gemfile: gemfiles/rails.3.2.activerecord.kaminari.gemfile
- rvm: 2.3
gemfile: gemfiles/rails.3.2.activerecord.will_paginate.gemfile
before_install:
- curl -# https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.7.2.tar.gz | tar xz -C /tmp
before_script:
Expand Down
2 changes: 1 addition & 1 deletion chewy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'rake'
spec.add_development_dependency 'appraisal'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rspec', '~> 3.4.0'
spec.add_development_dependency 'rspec-its'
spec.add_development_dependency 'rspec-collection_matchers'
spec.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit 1116bad

Please sign in to comment.