fog--fog/.travis.yml

53 lines
1.0 KiB
YAML
Raw Normal View History

language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
2013-04-08 15:27:47 +00:00
- 2.0.0
2013-12-26 19:55:01 +00:00
- 2.1.0
2013-10-21 22:24:54 +00:00
- jruby-18mode
- jruby-19mode
- jruby-head
script: bundle exec rake travis
2013-06-21 17:02:21 +00:00
matrix:
include:
2013-06-21 17:02:21 +00:00
- rvm: 1.8.7
gemfile: Gemfile.1.8.7
- rvm: 1.9.2
gemfile: Gemfile
2013-06-21 17:02:21 +00:00
- rvm: 1.9.3
gemfile: Gemfile
env: COVERAGE=true
2013-06-21 17:02:21 +00:00
- rvm: 2.0.0
gemfile: Gemfile
2013-12-26 19:55:01 +00:00
- rvm: 2.1.0
2013-10-21 22:24:54 +00:00
gemfile: Gemfile
- rvm: jruby-18mode
2013-10-21 22:24:54 +00:00
gemfile: Gemfile.1.8.7
- rvm: jruby-19mode
gemfile: Gemfile
- rvm: jruby-head
gemfile: Gemfile
allow_failures:
- rvm: jruby-head
2013-06-21 17:02:21 +00:00
notifications:
email: false
2013-06-21 17:02:21 +00:00
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
before_install:
- gem update --system # todo: workaround for https://github.com/rubygems/rubygems/pull/763