mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
e8e21022fb
This is partly necessary for https://github.com/lemurheavy/coveralls-ruby/pull/20, though I'm a fan of running just "rake" or "rake travis" for simplicity anyways.
22 lines
427 B
YAML
22 lines
427 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- 2.0.0
|
|
|
|
script: bundle exec rake travis
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#ruby-fog"
|
|
template:
|
|
- "[#%{build_number}] %{message} %{build_url}"
|
|
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
|
|
- "[#%{build_number}] %{compare_url}"
|
|
on_success: always
|
|
on_failure: always
|
|
use_notice: false
|