1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/.travis.yml
Paul Thornthwaite 52c96dd40c Don't allow Travis failures for Ruby 2.2
This was added at some point in the past but we don't want actually want
that behaviour otherwise errors may creep in.
2015-09-29 17:39:49 +01:00

33 lines
555 B
YAML

language: ruby
sudo: false
script: bundle exec rake travis
rvm:
- 2.0
- 2.1
- 2.2
- jruby-head
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