Skip to content

Commit eea6eeb

Browse files
committed
Allow travis to use sample .yml files
1 parent 824b093 commit eea6eeb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: ruby
22
rvm:
33
- 1.9.3
44
before_script:
5+
- cp config/database.yml.sample config/database.yml
6+
- cp config/redis.yml.sample config/redis.yml
57
- psql -c 'create database discourse_test;' -U postgres
68
- rake db:migrate
79
script: 'rake spec && bundle exec guard-jasmine --server-timeout=60'

0 commit comments

Comments
 (0)