Skip to content

Commit 850832f

Browse files
committed
Force travis to use bundler 2.0
1 parent e7cc900 commit 850832f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services:
1212
env:
1313
- LIT_STORAGE=hash
1414
- LIT_STORAGE=redis
15+
before_install:
16+
- gem install bundler
1517
before_script:
1618
- cp test/dummy/config/database.yml.travis test/dummy/config/database.yml
1719
- psql -c 'create database lit_test;' -U postgres

0 commit comments

Comments
 (0)