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
|
2017-03-19 22:34:28 -04:00
|
|
|
dist: trusty
|
2014-12-10 16:08:14 -05:00
|
|
|
|
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:
|
|
|
|
- 2.1
|
|
|
|
- 2.2
|
2017-03-19 22:34:28 -04:00
|
|
|
- 2.3
|
|
|
|
- 2.4
|
2018-04-19 12:30:20 -04:00
|
|
|
- 2.5
|
2015-02-24 15:11:27 -05:00
|
|
|
- jruby-head
|
|
|
|
|
|
|
|
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
|
2017-02-23 15:58:31 -05:00
|
|
|
include:
|
|
|
|
- rvm: 2.0
|
|
|
|
gemfile: gemfiles/Gemfile-2.0
|
|
|
|
- rvm: 2.0
|
|
|
|
gemfile: gemfiles/Gemfile-edge-2.0
|
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
|