osem-fcy/.travis.yml
2014-07-07 15:06:43 +02:00

17 lines
421 B
YAML

language: ruby
rvm:
- 2.1.1
branches:
only:
- master
notifications:
email:
on_success: change
on_failure: change
before_script:
- cp config/database.yml.example config/database.yml
- cp config/config.yml.example config/config.yml
- cp config/secrets.yml.example config/secrets.yml
- RAILS_ENV=test bundle exec rake db:migrate --trace
script:
- bundle exec rspec --color --format documentation