gmanley/loggia

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
before_script:
  - psql -c 'create database loggia_test;' -U postgres
script:
  - bundle exec rake db:migrate spec
bundler_args: --without development
language: ruby
rvm:
  - 1.9.3
  - 2.0.0
notifications:
  recipients:
    - gray.manley@gmail.com
branches:
  only:
    - master