Skip to content

Commit

Permalink
Allow travis to use sample .yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Feb 12, 2013
1 parent 824b093 commit eea6eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: ruby
rvm:
- 1.9.3
before_script:
- cp config/database.yml.sample config/database.yml
- cp config/redis.yml.sample config/redis.yml
- psql -c 'create database discourse_test;' -U postgres
- rake db:migrate
script: 'rake spec && bundle exec guard-jasmine --server-timeout=60'
Expand Down

0 comments on commit eea6eeb

Please sign in to comment.