2015-01-02 12:34:40 -05:00
|
|
|
language: ruby
|
|
|
|
sudo: false
|
|
|
|
script: bundle exec rake test
|
2015-01-02 13:31:17 -05:00
|
|
|
branches:
|
|
|
|
except:
|
2015-01-05 12:11:37 -05:00
|
|
|
- "/\\Av\\d+\\Z/"
|
2015-01-02 12:34:40 -05:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
include:
|
2015-01-05 12:11:37 -05:00
|
|
|
- rvm: 1.8.7
|
|
|
|
gemfile: gemfiles/Gemfile-ruby-1.8.7
|
|
|
|
- rvm: 1.9.3
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 2.0.0
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 2.1.0
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 2.1.1
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 2.1.1
|
|
|
|
gemfile: gemfiles/Gemfile-edge
|
|
|
|
- rvm: 2.2.0
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 2.2.0
|
|
|
|
gemfile: gemfiles/Gemfile-edge
|
2016-03-01 11:13:03 -05:00
|
|
|
- rvm: 2.3.0
|
|
|
|
gemfile: gemfiles/Gemfile-edge
|
|
|
|
- rvm: 2.3.0
|
|
|
|
gemfile: Gemfile
|
2015-01-05 12:11:37 -05:00
|
|
|
- rvm: jruby-18mode
|
|
|
|
gemfile: gemfiles/Gemfile-ruby-1.8.7
|
|
|
|
- rvm: jruby-19mode
|
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: jruby-head
|
|
|
|
gemfile: Gemfile
|
2015-01-02 12:34:40 -05:00
|
|
|
allow_failures:
|
2015-01-05 12:11:37 -05:00
|
|
|
- rvm: jruby-head
|
2015-01-02 12:34:40 -05:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
irc:
|
|
|
|
channels:
|
2015-01-05 12:11:37 -05:00
|
|
|
- irc.freenode.org#ruby-fog
|
2015-01-02 12:34:40 -05:00
|
|
|
template:
|
2015-01-05 12:11:37 -05:00
|
|
|
- "[#%{build_number}] %{message} %{build_url}"
|
|
|
|
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
|
|
|
|
- "[#%{build_number}] %{compare_url}"
|
2015-01-02 12:34:40 -05:00
|
|
|
on_success: always
|
|
|
|
on_failure: always
|
|
|
|
use_notice: false
|
2015-01-05 12:11:37 -05:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
secure: LlDKdKSRo3sEjQ55XesbOXhKZ3RrOtqoD1ZL8Wx39K3iVzeEV3Kc8HjDfEvo7R4pOc3BMTNJcputklVEPN0FkWGN7Py+OEtbHj3IZl0MX+KEWNk0gU+4+sgPrL1eXUQyMUSkCrBsKg08rPel4KMYUOXbtnLyUU9PDbBwm4LJYOc=
|