2012-08-08 15:15:40 -04:00
|
|
|
language: ruby
|
2012-08-16 15:27:36 -04:00
|
|
|
|
2013-06-21 13:02:21 -04:00
|
|
|
gemfile:
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.1.8.7
|
|
|
|
|
2012-08-08 15:15:40 -04:00
|
|
|
rvm:
|
2012-08-16 15:27:36 -04:00
|
|
|
- 1.8.7
|
|
|
|
- 1.9.2
|
2012-08-08 15:15:40 -04:00
|
|
|
- 1.9.3
|
2013-04-08 11:27:47 -04:00
|
|
|
- 2.0.0
|
2013-12-26 14:55:01 -05:00
|
|
|
- 2.1.0
|
2013-10-21 18:24:54 -04:00
|
|
|
- jruby-18mode
|
|
|
|
- jruby-19mode
|
2013-11-25 07:56:15 -05:00
|
|
|
- jruby-head
|
2012-08-16 15:27:36 -04:00
|
|
|
|
2013-06-18 18:08:58 -04:00
|
|
|
script: bundle exec rake travis
|
2012-08-16 16:01:58 -04:00
|
|
|
|
2013-06-21 13:02:21 -04:00
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- rvm: 1.8.7
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 1.9.2
|
|
|
|
gemfile: Gemfile.1.8.7
|
|
|
|
- rvm: 1.9.3
|
|
|
|
gemfile: Gemfile.1.8.7
|
|
|
|
- rvm: 2.0.0
|
|
|
|
gemfile: Gemfile.1.8.7
|
2013-12-26 14:55:01 -05:00
|
|
|
- rvm: 2.1.0
|
|
|
|
gemfile: Gemfile.1.8.7
|
2013-10-21 18:24:54 -04:00
|
|
|
- rvm: jruby-18mode
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: jruby-19mode
|
|
|
|
gemfile: Gemfile.1.8.7
|
2013-11-25 07:56:15 -05:00
|
|
|
- rvm: jruby-head
|
|
|
|
gemfile: Gemfile.1.8.7
|
|
|
|
|
|
|
|
allow_failures:
|
|
|
|
- rvm: jruby-head
|
2013-06-21 13:02:21 -04:00
|
|
|
|
2012-08-16 16:01:58 -04:00
|
|
|
notifications:
|
|
|
|
email: false
|
2013-06-21 13:02:21 -04:00
|
|
|
irc:
|
2012-08-16 16:01:58 -04:00
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#ruby-fog"
|
|
|
|
template:
|
2012-08-16 17:34:28 -04:00
|
|
|
- "[#%{build_number}] %{message} %{build_url}"
|
|
|
|
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
|
|
|
|
- "[#%{build_number}] %{compare_url}"
|
2012-08-16 16:01:58 -04:00
|
|
|
on_success: always
|
|
|
|
on_failure: always
|
|
|
|
use_notice: false
|