mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
20 lines
365 B
YAML
20 lines
365 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
|
|
script: FOG_MOCK=true bundle exec shindont
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#ruby-fog"
|
|
template:
|
|
- "%{repository_url} (%{commit}) : %{message} %{foo} "
|
|
- "Build details: %{build_url}"
|
|
on_success: always
|
|
on_failure: always
|
|
use_notice: false
|