gsprenger/sustainabilitychecker

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.0.0
  
before_script:
  - psql -c "CREATE USER sustainabilitychecker WITH SUPERUSER PASSWORD '';" -U postgres
  - cp config/database.yml.example config/database.yml
  - bundle exec rake db:create
  - bundle exec rake db:migrate