Sha256: 9647a886d957776a73058a794a87e054d3a7715b3dcda00118a50b5343da8aca

Contents?: true

Size: 669 Bytes

Versions: 2

Compression:

Stored size: 669 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.2
  - 2.0.0
  - 2.1
  - 1.9.3
  - rbx-2
  - jruby
matrix:
  allow_failures:
    - rvm: rbx-2 # See rubinius/rubinius#3485 - rubocop segfaults
script: "bundle exec rake"
addons:
  apt:
    packages:
    - idn
    - build-essential  # this and below attempt allow rubinius to be setup ok
    - bison
    - ruby-dev
    - rake zlib1g-dev
    - libyaml-dev
    - libssl-dev
    - libreadline-dev
    - libncurses5-dev
    - llvm
    - llvm-dev
    - libeditline-dev
    - libedit-dev
before_install:
 - gem update bundler
notifications:
  email:
    recipients:
      - temiola@google.com
    on_success: change
    on_failure: change

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
googleauth-0.5.1 .travis.yml
googleauth-0.5.0 .travis.yml