Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-03 00:40:30 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-03 00:40:30 +0400
commit290fb1e7f5994a984c4b13dff5750d20f13f50eb (patch)
tree1bfec6ee68c70fde0be40333d6bb179dcba59cda /.travis.yml
parent7baeaebe57c743e0372028820b268c56fad1c8ab (diff)
Cut 45 seconds out of the comments feature by using factories
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4745160ac..6fc098476 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ rvm:
before_script:
- "sass --update public/stylesheets/sass/:public/stylesheets/"
- "cp config/database.yml.example config/database.yml"
- - "rm .rspec"
- "rake db:create"
- "rake db:schema:load"
- "rspec spec --tag fixture"