Skip to content

Commit 36ba8fc

Browse files
committed
Workaround for rubygems/bundler#5349
1 parent 3f8c406 commit 36ba8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
sudo: false
33
language: ruby
4-
cache: bundler
4+
cache: false
55
rvm:
66
- jruby-1.7.25
77
script:
88
- bundle exec rspec spec
99
jdk: oraclejdk8
10-
before_install: []
10+
before_install: gem install bundler -v 1.13.7

0 commit comments

Comments
 (0)