We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2abaa commit f99bd50Copy full SHA for f99bd50
.travis.yml
@@ -2,6 +2,8 @@ sudo: false
2
language: ruby
3
services:
4
- redis-server
5
+before_install:
6
+ - gem install bundler
7
bundler_args: "--without production development"
8
before_script:
9
- "cp spec/rails_app/config/database.yml.travis spec/rails_app/config/database.yml"
0 commit comments