2012-08-08 15:15:40 -04:00
|
|
|
language: ruby
|
2012-08-16 15:27:36 -04:00
|
|
|
|
2012-08-08 15:15:40 -04:00
|
|
|
rvm:
|
2012-08-16 15:27:36 -04:00
|
|
|
- 1.8.7
|
|
|
|
- 1.9.2
|
2012-08-08 15:15:40 -04:00
|
|
|
- 1.9.3
|
2012-08-16 15:27:36 -04:00
|
|
|
|
|
|
|
script: FOG_MOCK=true bundle exec shindont
|
2012-08-16 16:01:58 -04:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#ruby-fog"
|
|
|
|
template:
|
2012-08-16 17:34:28 -04:00
|
|
|
- "[#%{build_number}] %{message} %{build_url}"
|
|
|
|
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
|
|
|
|
- "[#%{build_number}] %{compare_url}"
|
2012-08-16 16:01:58 -04:00
|
|
|
on_success: always
|
|
|
|
on_failure: always
|
|
|
|
use_notice: false
|