Sha256: 887e8e639049d3738ef485cedf8c39e02ae7cc5af7bde1e8c1927db465445e6e

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 Bytes

Contents

# This should kick us over to the docker system
sudo: false

notifications:
  email:
    - slyphon@gmail.com
    - eric@5stops.com

env:
  - SPAWN_ZOOKEEPER='true'

# pull in releaseops submodule
before_install:
  - gem update bundler
  - git submodule update --init --recursive

rvm:
  - 1.9.3
  - 1.9.2
  - 1.8.7
  - ree
  - 2.0.0
  - 2.1.0
  - 2.2.0

# jruby specs are too intesive for travis
#   - jruby-18mode
#   - jruby-19mode

bundler_args: --without development docs coverage

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zk-1.9.6 .travis.yml