Skip to content

Commit e59c5c6

Browse files
committed
Fix Travis build error
"can't modify frozen String" error due to ku1ik/rainbow#48
1 parent 15d1210 commit e59c5c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ script : script/cibuild
33
cache: bundler
44
sudo: false
55

6+
before_install: gem update --system
7+
68
rvm:
79
- 2.3.3
810
- 2.2.6
911
- 2.1.9
12+
1013
env:
1114
- ""
1215
- JEKYLL_VERSION=3.0
1316
- JEKYLL_VERSION=2.0
17+
1418
matrix:
1519
include:
1620
- # GitHub Pages

0 commit comments

Comments
 (0)