16 lines
297 B
YAML
Raw Normal View History

2014-11-11 15:15:02 +02:00
language: ruby
2014-12-03 11:19:31 +02:00
before_install:
- gem update --system
- gem --version
2014-11-11 15:15:02 +02:00
rvm:
2014-12-02 18:09:18 +02:00
- 2.1.0
gemfile:
- Gemfile
2014-12-03 11:51:59 +02:00
notifications:
email:
recipients:
- sky4winder+githubchangeloggenerator@gmail.com
on_success: never # [always|never|change]
on_failure: change # [always|never|change]