Sha256: 4e63421333c132ffca058aa5ced48c4ba1df15353d37d2c4e837fe375981a34e

Contents?: true

Size: 651 Bytes

Versions: 12

Compression:

Stored size: 651 Bytes

Contents

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -y libzmq3-dev
  - sudo -E ./install-protobuf.sh
  - gem update bundler
language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2
  - jruby
  - rbx-2
env:
  - PROTOBUF_VERSION=2.6.1
  - PROTOBUF_VERSION=3.0.0-alpha-2
matrix:
  allow_failures:
    - rvm: rbx-2
    - env: PROTOBUF_VERSION=3.0.0-alpha-2
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/51a956bcd2b1854d6756
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: false     # default: false

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
protobuf-3.6.12 .travis.yml
protobuf-3.6.11 .travis.yml
protobuf-3.6.10 .travis.yml
protobuf-3.7.0.pre2 .travis.yml
protobuf-3.6.9 .travis.yml
protobuf-3.7.0.pre1 .travis.yml
protobuf-3.7.0.pre0 .travis.yml
protobuf-3.6.7 .travis.yml
protobuf-3.6.6 .travis.yml
protobuf-3.6.2 .travis.yml
protobuf-3.6.1 .travis.yml
protobuf-3.6.0 .travis.yml