Sha256: c443a0e5aced59cecce0cbb9b9bb760520df459cf1472d7166c84720ec30afb8

Contents?: true

Size: 1.23 KB

Versions: 6

Compression:

Stored size: 1.23 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: 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
  - 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: Gemfile
  - 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=

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fog-aws-0.10.0 .travis.yml
fog-aws-0.9.4 .travis.yml
fog-aws-0.9.3 .travis.yml
fog-aws-0.9.2 .travis.yml
fog-aws-0.9.1 .travis.yml
fog-aws-0.9.0 .travis.yml