Skip to content

Commit

Permalink
Merge pull request #24 from luluzhao/master
Browse files Browse the repository at this point in the history
fix broken travis ci
  • Loading branch information
Yogiraj Awati authored May 8, 2019
2 parents 5134f20 + d4dddf2 commit 55291b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ rvm:

sudo: false

before_install:
- gem update --system
- gem install bundler

install:
- bundle install

Expand All @@ -15,4 +19,4 @@ script:

matrix:
allow_failures:
- rvm: 2.6
- rvm: 2.6
2 changes: 1 addition & 1 deletion aws-xray-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'aws-sdk-dynamodb', '~> 1'
spec.add_development_dependency 'aws-sdk-s3', '~> 1'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'rack', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.0'
Expand Down

0 comments on commit 55291b0

Please sign in to comment.