Sha256: d732911e53da874fa2d9c45ec8ed6df366e8c705f61a266f226f3f68afaf340f

Contents?: true

Size: 587 Bytes

Versions: 4

Compression:

Stored size: 587 Bytes

Contents

language: ruby
rvm:
  - 2.3.0
  - 2.2
  - 2.1
  - 2.0.0
  - jruby-9000
env:
  global:
    - JRUBY_OPTS='-X-C -J-Xmx1024m -J-XX:+UseConcMarkSweepGC'
  matrix:
    - RAILS_VERSION="~>3.2"
    - RAILS_VERSION="~>4.0.0"
    - RAILS_VERSION="~>4.1.0"
    - RAILS_VERSION="~>4.2.0"
matrix:
  exclude:
    - rvm: 2.0.0
      env: 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.10.3 .travis.yml
google-api-client-0.10.2 .travis.yml
google-api-client-0.10.1 .travis.yml
google-api-client-0.10.0 .travis.yml