bcgoss/census

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  2.3.0
services:
  - postgresql
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- cp config/database.yml.travis config/database.yml

script: bundle exec rspec spec