Skip to content

Commit a6870dd

Browse files
committed
fix travis after config rename
1 parent 9edbac5 commit a6870dd

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
@@ -4,6 +4,8 @@ branches:
44
- 'master'
55
rvm: 1.9.2
66
before_script:
7+
- "cp config/database.yml.example config/database.yml"
8+
- "cp config/gitlab.yml.example config/gitlab.yml"
79
- "bundle exec rake db:create RAILS_ENV=test"
810
- "bundle exec rake db:migrate RAILS_ENV=test"
911
- "bundle exec rake db:seed_fu RAILS_ENV=test"

0 commit comments

Comments
 (0)