hpi-schuelerklub/workshop-portal

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
- 2.2.2
sudo: false
cache: bundler
before_script:
- cp config/database.travis.yml config/database.yml
- psql -c 'create database hpi_swt2_test;' -U postgres
script:
- bundle exec rake db:test:prepare
- xvfb-run bundle exec rspec spec/