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-02 11:26:41 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-02 11:50:11 +0400
commit3baf433b3a4be611d58a12952c1ccf42b9c596d6 (patch)
treef414b88cd6e9096155a6cb4f51338256d0427578 /.travis.yml
parentac832f160cb697ccd010e352a6038cca4aff040a (diff)
More travis stuff
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e15eeb1a3..73c13baf4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,12 @@
-bundler_args: "--without development"
+bundler_args: "--without development production"
rvm:
- ree
# - 1.9.2
-script: "cp config/database.yml.example config/database.yml; bundle exec rake db:create; bundle exec rake cruise"
+before_script:
+ - "sass --update public/stylesheets/sass/:public/stylesheets/"
+ - "cp config/database.yml.example config/database.yml"
+ - "rspec spec --tag fixture"
+
+script: "bundle exec rake travis"
env: "TRAVIS=true"