Sha256: 835352848b15c0d0f9722207dbb5c818dbd32b8249a5fa83776036846feeac71

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 Bytes

Contents

language: ruby
sudo: false
rvm:
  - "1.8.7"
  - "2.1.8"
  - "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

2 entries across 2 versions & 1 rubygems

Version Path
consul-0.13.2 .travis.yml
consul-0.13.1 .travis.yml