Sha256: e9a1faa1ca5129bcf3eb547853ef833b2fd594a43cced206741a6e396787a838

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 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: "rake spec:all"
before_install:
 - sudo apt-get update
 - sudo apt-get install idn
notifications:
  email:
    recipients:
      - sbazyl@google.com
    on_success: change
    on_failure: change

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
google-api-client-0.9.pre3 .travis.yml
google-api-client-0.9.pre2 .travis.yml
google-api-client-0.9.pre1 .travis.yml