Skip to content

Commit 8453091

Browse files
committed
fix: travis bundler issue
1 parent 58330b3 commit 8453091

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ branch:
22
only:
33
- master
44
language: ruby
5+
cache: bundler
56
rvm:
67
- 2.3.7
78
- 2.4.4
89
- 2.5.1
9-
before_install: gem install bundler
10+
before_install:
11+
- gem update --system
12+
- gem install bundler
1013
install:
1114
- bundle install
1215
script: "bundle exec rake spec"

0 commit comments

Comments
 (0)