Skip to content

Commit 688a24b

Browse files
committed
Try TravisCI workaround for missing bundler
1 parent a5f9c26 commit 688a24b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: ruby
22
services:
33
- mongodb
4+
before_install:
5+
- gem update --system
6+
- gem install bundler
47
rvm:
58
- 2.3
69
- 2.4

0 commit comments

Comments
 (0)