Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 34a6fcd

Browse files
committed
Add specific bundler version to use during CI tests
1 parent 6cdce12 commit 34a6fcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rvm:
77
- 2.2.4
88
- 2.3.0
99
before_install:
10+
- "gem install bundler 1.13.7"
1011
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
1112
script: bundle exec rspec
1213
branches:

0 commit comments

Comments
 (0)