Skip to content

Commit

Permalink
Fix issue with builds failing when installing rainbow gem
Browse files Browse the repository at this point in the history
  • Loading branch information
gchan committed Jan 22, 2017
1 parent 4bc0361 commit 2534e8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
cache: bundler

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

rvm:
- ruby-head
- 2.4.0
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ GEM
specs:
ast (2.3.0)
benchmark-ips (2.7.2)
codeclimate-test-reporter (1.0.4)
codeclimate-test-reporter (1.0.5)
simplecov
coveralls (0.8.18)
coveralls (0.8.19)
json (>= 1.8, < 3)
simplecov (~> 0.12.0)
term-ansicolor (~> 1.3)
Expand Down Expand Up @@ -70,4 +70,4 @@ DEPENDENCIES
simplecov (~> 0.12.0)

BUNDLED WITH
1.13.7
1.14.1

0 comments on commit 2534e8e

Please sign in to comment.