Skip to content

Commit

Permalink
Merge pull request #5 from winebarrel/fix_travis_yml
Browse files Browse the repository at this point in the history
Fix travis yml
  • Loading branch information
winebarrel committed Sep 30, 2019
2 parents ec2f785 + a6d950a commit df7ca34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
- 2.2.10
- 2.3.8
- 2.4.7
- 2.5.6
- 2.6.4
script:
- bundle exec rake
gemfile:
Expand Down
2 changes: 1 addition & 1 deletion faraday_middleware-aws-sigv4.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '>= 0.9', '<= 0.14.0'
spec.add_dependency 'faraday', '>= 0.9', '< 0.15'
spec.add_dependency 'aws-sigv4', '~> 1.0'

spec.add_development_dependency 'faraday_middleware'
Expand Down

0 comments on commit df7ca34

Please sign in to comment.