Skip to content

Commit

Permalink
Use sqlite on travis-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassus committed Jan 17, 2013
1 parent 8ec4e33 commit a3ac8c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ rvm:
- 1.9.3

before_script:
- "cp config/database.yml.example config/database.yml"
- psql -c 'create database accounts_test;' -U postgres
- "RAILS_ENV=test rake db:create"
- "RAILS_ENV=test rake db:migrate"

Expand Down
19 changes: 0 additions & 19 deletions config/database.yml.example

This file was deleted.

0 comments on commit a3ac8c2

Please sign in to comment.