2012-08-08 23:15:40 +04:00
|
|
|
language: ruby
|
2012-08-16 23:27:36 +04:00
|
|
|
|
2013-06-19 02:08:58 +04:00
|
|
|
script: bundle exec rake travis
|
2012-08-17 00:01:58 +04:00
|
|
|
|
2013-06-21 21:02:21 +04:00
|
|
|
matrix:
|
2014-02-19 14:11:43 +04:00
|
|
|
fast_finish: true
|
2014-01-28 22:21:51 +04:00
|
|
|
include:
|
2013-06-21 21:02:21 +04:00
|
|
|
- rvm: 1.8.7
|
2014-03-26 18:16:21 +04:00
|
|
|
gemfile: gemfiles/Gemfile-ruby-1.8.7
|
2014-02-14 21:21:29 +04:00
|
|
|
- rvm: 1.9.3
|
|
|
|
gemfile: Gemfile
|
2013-06-21 21:02:21 +04:00
|
|
|
- rvm: 2.0.0
|
2014-02-14 21:21:29 +04:00
|
|
|
gemfile: Gemfile
|
2013-12-26 23:55:01 +04:00
|
|
|
- rvm: 2.1.0
|
2014-01-28 22:21:51 +04:00
|
|
|
gemfile: Gemfile
|
2014-02-26 02:00:53 +04:00
|
|
|
- rvm: 2.1.1
|
|
|
|
gemfile: Gemfile
|
2014-03-26 18:16:21 +04:00
|
|
|
- rvm: 2.1.1
|
|
|
|
gemfile: gemfiles/Gemfile-edge
|
2014-02-14 21:21:29 +04:00
|
|
|
- rvm: jruby-18mode
|
2014-03-26 18:16:21 +04:00
|
|
|
gemfile: gemfiles/Gemfile-ruby-1.8.7
|
2014-02-14 21:21:29 +04:00
|
|
|
- rvm: jruby-19mode
|
|
|
|
gemfile: Gemfile
|
2013-11-25 16:56:15 +04:00
|
|
|
- rvm: jruby-head
|
2014-02-14 21:21:29 +04:00
|
|
|
gemfile: Gemfile
|
2013-11-25 16:56:15 +04:00
|
|
|
|
|
|
|
allow_failures:
|
|
|
|
- rvm: jruby-head
|
2013-06-21 21:02:21 +04:00
|
|
|
|
2012-08-17 00:01:58 +04:00
|
|
|
notifications:
|
|
|
|
email: false
|
2013-06-21 21:02:21 +04:00
|
|
|
irc:
|
2012-08-17 00:01:58 +04:00
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#ruby-fog"
|
|
|
|
template:
|
2012-08-17 01:34:28 +04:00
|
|
|
- "[#%{build_number}] %{message} %{build_url}"
|
|
|
|
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
|
|
|
|
- "[#%{build_number}] %{compare_url}"
|
2012-08-17 00:01:58 +04:00
|
|
|
on_success: always
|
|
|
|
on_failure: always
|
|
|
|
use_notice: false
|
2014-01-14 13:24:53 +04:00
|
|
|
|
|
|
|
before_install:
|
|
|
|
- gem update --system # todo: workaround for https://github.com/rubygems/rubygems/pull/763
|