2015-01-02 09:34:40 -08:00
|
|
|
language: ruby
|
|
|
|
sudo: false
|
|
|
|
script: bundle exec rake test
|
2015-01-02 10:31:17 -08:00
|
|
|
branches:
|
|
|
|
except:
|
2015-01-05 09:11:37 -08:00
|
|
|
- "/\\Av\\d+\\Z/"
|
2015-01-02 09:34:40 -08:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
include:
|
2019-01-30 10:21:44 -06:00
|
|
|
- rvm: 2.3.0
|
2015-01-05 09:11:37 -08:00
|
|
|
gemfile: Gemfile
|
2019-01-30 10:21:44 -06:00
|
|
|
- rvm: 2.3.0
|
2015-01-05 09:11:37 -08:00
|
|
|
gemfile: gemfiles/Gemfile-edge
|
2019-01-30 10:21:44 -06:00
|
|
|
- rvm: 2.4.0
|
2015-01-05 09:11:37 -08:00
|
|
|
gemfile: Gemfile
|
2019-01-30 10:21:44 -06:00
|
|
|
- rvm: 2.4.0
|
2015-01-05 09:11:37 -08:00
|
|
|
gemfile: gemfiles/Gemfile-edge
|
2019-01-30 10:21:44 -06:00
|
|
|
- rvm: 2.5.0
|
2016-03-01 08:13:03 -08:00
|
|
|
gemfile: Gemfile
|
2019-01-30 10:21:44 -06:00
|
|
|
- rvm: 2.5.0
|
|
|
|
gemfile: gemfiles/Gemfile-edge
|
2015-01-05 09:11:37 -08:00
|
|
|
- rvm: jruby-head
|
|
|
|
gemfile: Gemfile
|
2015-01-02 09:34:40 -08:00
|
|
|
allow_failures:
|
2015-01-05 09:11:37 -08:00
|
|
|
- rvm: jruby-head
|
2017-10-17 11:26:21 -07:00
|
|
|
gemfile: Gemfile
|
|
|
|
- rvm: 2.2.0
|
|
|
|
gemfile: gemfiles/Gemfile-edge
|
|
|
|
- rvm: 2.3.0
|
|
|
|
gemfile: gemfiles/Gemfile-edge
|
2019-01-30 10:21:44 -06:00
|
|
|
- rvm: 2.4.0
|
|
|
|
gemfile: gemfiles/Gemfile-edge
|
|
|
|
- rvm: 2.5.0
|
2017-10-17 11:26:21 -07:00
|
|
|
gemfile: gemfiles/Gemfile-edge
|
2015-01-02 09:34:40 -08:00
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
irc:
|
|
|
|
channels:
|
2015-01-05 09:11:37 -08:00
|
|
|
- irc.freenode.org#ruby-fog
|
2015-01-02 09:34:40 -08:00
|
|
|
template:
|
2015-01-05 09:11:37 -08:00
|
|
|
- "[#%{build_number}] %{message} %{build_url}"
|
|
|
|
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
|
|
|
|
- "[#%{build_number}] %{compare_url}"
|
2015-01-02 09:34:40 -08:00
|
|
|
on_success: always
|
|
|
|
on_failure: always
|
|
|
|
use_notice: false
|
2017-09-25 11:27:01 -07:00
|
|
|
before_install:
|
|
|
|
- gem update bundler
|
2015-01-05 09:11:37 -08:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
secure: LlDKdKSRo3sEjQ55XesbOXhKZ3RrOtqoD1ZL8Wx39K3iVzeEV3Kc8HjDfEvo7R4pOc3BMTNJcputklVEPN0FkWGN7Py+OEtbHj3IZl0MX+KEWNk0gU+4+sgPrL1eXUQyMUSkCrBsKg08rPel4KMYUOXbtnLyUU9PDbBwm4LJYOc=
|
2016-11-22 12:06:32 +09:00
|
|
|
after_success:
|
2017-01-04 00:02:19 -08:00
|
|
|
- bundle exec codeclimate-test-reporter
|