mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
35 lines
580 B
YAML
35 lines
580 B
YAML
language: ruby
|
|
|
|
sudo: false
|
|
|
|
script: bundle exec rake travis
|
|
|
|
rvm:
|
|
- 1.9
|
|
- 2.0
|
|
- 2.1
|
|
- 2.2
|
|
- jruby-head
|
|
- jruby-19mode
|
|
|
|
gemfile:
|
|
- Gemfile
|
|
- gemfiles/Gemfile-edge
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: jruby-head
|
|
|
|
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
|