Sha256: 7e40a2d084887e6ef1b266b4a854fc2fb96c935d9fcc9a4e6150f9befa82bcf7

Contents?: true

Size: 1.32 KB

Versions: 3

Compression:

Stored size: 1.32 KB

Contents

language: ruby
sudo: false
script: bundle exec rake test
branches:
  except:
  - "/\\Av\\d+\\Z/"
matrix:
  fast_finish: true
  include:
  - rvm: 1.8.7
    gemfile: gemfiles/Gemfile-ruby-1.8.7
  - rvm: 1.9.3
    gemfile: gemfiles/Gemfile-ruby-1.9
  - 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
  - rvm: 2.3.0
    gemfile: gemfiles/Gemfile-edge
  - rvm: 2.3.0
    gemfile: Gemfile
  - rvm: jruby-18mode
    gemfile: gemfiles/Gemfile-ruby-1.8.7
  - rvm: jruby-19mode
    gemfile: gemfiles/Gemfile-ruby-1.9
  - rvm: jruby-head
    gemfile: Gemfile
  allow_failures:
  - rvm: jruby-head
notifications:
  email: false
  irc:
    channels:
    - irc.freenode.org#ruby-fog
    template:
    - "[#%{build_number}] %{message} %{build_url}"
    - "[#%{build_number}] %{commit} on %{branch} by %{author}"
    - "[#%{build_number}] %{compare_url}"
    on_success: always
    on_failure: always
    use_notice: false
env:
  global:
    secure: LlDKdKSRo3sEjQ55XesbOXhKZ3RrOtqoD1ZL8Wx39K3iVzeEV3Kc8HjDfEvo7R4pOc3BMTNJcputklVEPN0FkWGN7Py+OEtbHj3IZl0MX+KEWNk0gU+4+sgPrL1eXUQyMUSkCrBsKg08rPel4KMYUOXbtnLyUU9PDbBwm4LJYOc=
after_success:
  - bundle exec codeclimate-test-reporter

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-aws-1.1.0 .travis.yml
fog-aws-1.0.0 .travis.yml
fog-aws-0.13.0 .travis.yml