Sha256: 8e4fb4be5cc1443a4ae55bb443fa93c75b7d9be91eaf726d28120bab31af0adb

Contents?: true

Size: 939 Bytes

Versions: 3

Compression:

Stored size: 939 Bytes

Contents

---
dist: trusty
language: ruby
cache: bundler
sudo: false
before_install:
  - bundle -v
  - rm Gemfile.lock || true
  - gem update --system $RUBYGEMS_VERSION
  - gem update bundler
  - gem --version
  - bundle -v
addons:
  apt:
    packages:
      - expect
script:
  bundle exec cucumber -f progress
matrix:
  include:
    - rvm: 2.1.9
      env: PUPPET_VERSION="~> 4.0" RUBYGEMS_VERSION=2.7.8
    - rvm: 2.4.2
      env: PUPPET_VERSION="~> 5.0"
notifications:
  email: false
  irc:
    on_success: always
    on_failure: always
    channels:
      - "chat.freenode.org#voxpupuli-notifications"
branches:
  only:
    - master
    - /^v\d/
deploy:
  provider: rubygems
  api_key:
    secure: 'W6a8A3KfxNydnbK4qhpL4S4KBUnadw8eGr1s8vqeOc8gXlc/qkj/DET9jWpgaEsdnEN/ALJL0WEksYJCHDpdeJv1qKaidFg5dC5l+qZ5gdVHRoKKVFkVlt8WDHe5UdP+bI2vUHWQ/1c04P92+jU9SJ0afTU1xUFn4d3AWCgwmdk='
  gem: hiera-eyaml
  on:
    tags: true
    repo: voxpupuli/hiera-eyaml

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hiera-eyaml-3.1.1 .travis.yml
hiera-eyaml-3.1.0 .travis.yml
hiera-eyaml-3.0.0 .travis.yml