Skip to content

Commit

Permalink
Test against Avro v1.9.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwp authored Sep 3, 2019
1 parent c452620 commit 0717091
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/spec/reports/
/tmp/
/gemfiles/*.lock
/gemfiles/.bundle
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.3.3
ruby-2.4.6
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.4.5
- 2.4.6
- 2.5.5
- 2.6.3
before_script:
Expand All @@ -9,5 +9,6 @@ script:
- bundle exec rubocop
- bundle exec appraisal avro-1.8.2 rspec
- bundle exec appraisal avro-1.9.0 rspec
- bundle exec appraisal avro-1.9.1 rspec
- bundle exec appraisal avro-patches-0.x rspec
- bundle exec appraisal avro-patches-1.x rspec
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ appraise 'avro-1.9.0' do
gem 'avro', '1.9.0'
end

appraise 'avro-1.9.1' do
gem 'avro', '1.9.1'
end

appraise 'avro-patches-0.x' do
gem 'avro', '1.8.2'
gem 'avro-patches', '< 1.0.0'
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/avro_1.9.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "avro", "1.9.1"

gemspec path: "../"

0 comments on commit 0717091

Please sign in to comment.