Skip to content

Commit f930847

Browse files
committed
update travis setting
1 parent 5134f20 commit f930847

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ rvm:
77

88
sudo: false
99

10+
before_install:
11+
- gem update --system
12+
- gem install bundler
13+
1014
install:
1115
- bundle install
1216

@@ -15,4 +19,4 @@ script:
1519

1620
matrix:
1721
allow_failures:
18-
- rvm: 2.6
22+
- rvm: 2.6

0 commit comments

Comments
 (0)