diaspora/.travis.yml
2011-07-04 13:17:59 -07:00

16 lines
439 B
YAML

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"
- 'rails runner "puts ActiveRecord::Base.connection.collation"'
script: "bundle exec rake travis"
env: "TRAVIS=true"
notifications:
disable: true