Skip to content

Commit

Permalink
Revert "Manually start Redis before running tests on Travis"
Browse files Browse the repository at this point in the history
This reverts commit 2146357.
  • Loading branch information
sferik committed Sep 12, 2011
1 parent 2146357 commit 47b5978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
before_script: sudo /etc/init.d/redis-server start && cp config/database.yml.example config/database.yml && bundle exec rake db:create db:migrate db:test:prepare
before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create db:migrate db:test:prepare
rvm:
- 1.8.7
- ree

0 comments on commit 47b5978

Please sign in to comment.