We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edbac5 commit a6870ddCopy full SHA for a6870dd
.travis.yml
@@ -4,6 +4,8 @@ branches:
4
- 'master'
5
rvm: 1.9.2
6
before_script:
7
+ - "cp config/database.yml.example config/database.yml"
8
+ - "cp config/gitlab.yml.example config/gitlab.yml"
9
- "bundle exec rake db:create RAILS_ENV=test"
10
- "bundle exec rake db:migrate RAILS_ENV=test"
11
- "bundle exec rake db:seed_fu RAILS_ENV=test"
0 commit comments