carolinagc/webcalendar

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
rvm:
  1.9.3
  2.1.0

env:
  - DB=sqlite
  - DB=postgresql

before_script:
  - psql -c 'create database webcalendar_test;' -U postgres

script:
  - RAILS_ENV=test bundle exec rake --trace db:migrate spec