Sha256: a5a7d07f6f64d3189f48d73e7633ba33e07a99679706426fc04bbbf3357b5d20

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

language: ruby
sudo: false
rvm:
  - "1.8.7"
  - "2.1.0"
  - "2.2.6"
  - "2.4.1"
before_install: gem install bundler # Fix bundler issues on 1.9.3
before_script: rake travis_ci:prepare
script: rake all:bundle all:spec
notifications:
  email:
    - fail@makandra.de
branches:
  only:
    - master
    - travis-testing
    - garyf-dev

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
consul-0.12.4 .travis.yml