We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cc900 commit 850832fCopy full SHA for 850832f
.travis.yml
@@ -12,6 +12,8 @@ services:
12
env:
13
- LIT_STORAGE=hash
14
- LIT_STORAGE=redis
15
+before_install:
16
+ - gem install bundler
17
before_script:
18
- cp test/dummy/config/database.yml.travis test/dummy/config/database.yml
19
- psql -c 'create database lit_test;' -U postgres
0 commit comments