Sha256: 6095dbf76777ab3ec3c8e7eff074d9190699061f7b608be6b67176d9a3f6de0f

Contents?: true

Size: 413 Bytes

Versions: 4

Compression:

Stored size: 413 Bytes

Contents

language: ruby
rvm:
  - 2.2
  - 2.0.0
  - 2.1
  - jruby-9000
env:
  - RAILS_VERSION="~>3.2"
  - RAILS_VERSION="~>4.0.0"
  - RAILS_VERSION="~>4.1.0"
  - RAILS_VERSION="~>4.2.0"
script: "bundle exec rake spec:all"
before_install:
 - sudo apt-get update
 - sudo apt-get install idn
 - gem update bundler
notifications:
  email:
    recipients:
      - sbazyl@google.com
    on_success: change
    on_failure: change

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google-api-client-0.9.2 .travis.yml
google-api-client-0.9.1 .travis.yml
google-api-client-0.9 .travis.yml
google-api-client-0.9.pre5 .travis.yml