digitalhelpersleague/asterism

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.1.5
  - 2.2.0
bundler_args: --without development production --quiet
addons:
  postgresql: "9.3"
before_script:
  - cp config/database.yml.travis config/database.yml
  - cp config/secrets.yml.travis config/secrets.yml
script:
  - RAILS_ENV=test bundle exec rake --trace db:create db:migrate spec