Skip to content

Commit a8a75b9

Browse files
committed
Fix travis builds on latest rubies
As of bundler 1.14.0 installing rainbow gem fails due sto bug in rubygems that was fixed. For details see rainbow issue discussion: ku1ik/rainbow#48 (comment)
1 parent 75d414e commit a8a75b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: ruby
22
sudo: false
33

44
before_install:
5+
- gem update --system
56
- gem install bundler
67

78
bundler_args: --without development doc

0 commit comments

Comments
 (0)