fog--fog/.travis.yml

21 lines
365 B
YAML
Raw Normal View History

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