Skip to content

Commit 0c9dc90

Browse files
author
haruyama-makoto
committed
Fix bundler
1 parent 534ba99 commit 0c9dc90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ rvm:
77
- 2.3
88
- 2.2
99

10-
before_install: gem install bundler -v 1.14.3
10+
before_install:
11+
- gem uninstall bundler -x
12+
- gem install bundler -v 1.14.3
1113

1214
before_script:
1315
- bundle exec rake compile

0 commit comments

Comments
 (0)