2012-08-08 15:15:40 -04:00
|
|
|
language: ruby
|
2012-08-16 15:27:36 -04:00
|
|
|
|
2014-12-10 16:08:14 -05:00
|
|
|
sudo: false
|
|
|
|
|
2013-06-18 18:08:58 -04:00
|
|
|
script: bundle exec rake travis
|
2012-08-16 16:01:58 -04:00
|
|
|
|
2015-02-24 15:11:27 -05:00
|
|
|
rvm:
|
2015-11-15 18:45:27 -05:00
|
|
|
- 1.9
|
2015-02-24 15:11:27 -05:00
|
|
|
- 2.0
|
|
|
|
- 2.1
|
|
|
|
- 2.2
|
|
|
|
- jruby-head
|
2015-11-15 18:45:27 -05:00
|
|
|
- jruby-19mode
|
2015-02-24 15:11:27 -05:00
|
|
|
|
|
|
|
gemfile:
|
|
|
|
- Gemfile
|
|
|
|
- gemfiles/Gemfile-edge
|
|
|
|
|
2013-06-21 13:02:21 -04:00
|
|
|
matrix:
|
2014-02-19 05:11:43 -05:00
|
|
|
fast_finish: true
|
2013-11-25 07:56:15 -05:00
|
|
|
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
|