.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.1.0
env:
  - DB=sqlite3
script:
  - RAILS_ENV=test bundle exec rake ci --trace db:migrate
before_script:
  - psql -c 'create database libr_test' -U postgres