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

.travis.yml - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d48e2242b00ad3c4dda9e9f497823b88a2d590f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bundler_args: "--without development production"
rvm:
  - ree
#  - 1.9.2

before_script:
  - "sass --update public/stylesheets/sass/:public/stylesheets/"
  - "cp config/database.yml.example config/database.yml"
  - "rake db:create"
  - "rake db:schema:load"
  - "rspec spec --tag fixture"
script: "bundle exec rake travis"
env: "TRAVIS=true"
notifications:
  disable: true