Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update bundler before installing gems
Browse files Browse the repository at this point in the history
- The default bundler included in Travis CI Ruby environments is too old
  and contains a bug that triggers a failure and prevents testing.

  Refs: rubygems/bundler#3558 travis-ci/travis-ci#3531

- Add testing for Ruby 2.2.3, color rspec output
  • Loading branch information
miketheman committed Nov 13, 2015
1 parent afdbc74 commit 321f9ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--color
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ cache: bundler
rvm:
- 2.1
- 2.2
- 2.2.3
script: bundle exec rake
before_install:
- gem update --system
- gem install bundler
services:
- redis-server

0 comments on commit 321f9ea

Please sign in to comment.