Skip to content

Commit

Permalink
Fix travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Williams committed May 22, 2020
1 parent 333a9ce commit cc1cf55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,9 +1,9 @@
language: ruby
before_install:
- "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
- gem install bundler -v 1.17.3
script: bundle exec rspec spec
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- 2.4.10
- 2.5.8
- 2.6.6
2 changes: 1 addition & 1 deletion teamsnap_rb.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "rake"
spec.add_development_dependency "bundler", "~> 1.17.2"
spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "rspec", "~> 3.8.0"
spec.add_development_dependency "vcr", "~> 5.0.0"

Expand Down

0 comments on commit cc1cf55

Please sign in to comment.