Sha256: dde9f469b0fc8f32b536a3dd1a9b1eaf0f242bb105439b41cdf018b09b67f8c5

Contents?: true

Size: 1.32 KB

Versions: 19

Compression:

Stored size: 1.32 KB

Contents

---
dist: xenial
language: ruby
cache: bundler
before_install:
  - gem update --system
  - gem update bundler
  - bundle --version
script:
  - 'bundle exec rake $CHECK'
matrix:
  fast_finish: true
  include:
  - rvm: 2.4.4
    bundler_args: --without system_tests development release
    env: PUPPET_VERSION="~> 5.0" CHECK=test
  - rvm: 2.5.3
    bundler_args: --without system_tests development release
    env: PUPPET_VERSION="~> 6.0" CHECK=test_with_coveralls
  - rvm: 2.5.3
    bundler_args: --without system_tests development release
    env: PUPPET_VERSION="~> 6.0" CHECK=rubocop
  - rvm: 2.4.4
    bundler_args: --without system_tests development release
    env: PUPPET_VERSION="~> 5.0" CHECK=build DEPLOY_TO_FORGE=yes
branches:
  only:
  - master
  - /^v\d/
notifications:
  email: false
  irc:
    on_success: always
    on_failure: always
    channels:
      - "chat.freenode.org#voxpupuli-notifications"
deploy:
  provider: puppetforge
  user: puppet
  password:
    secure: "IkrfAnec7ovZLMvhvXt8ZihyYdAJTC/nm7KDm4u2G/uD2NGaMdHNOAenkwIwC1vfCzHKcgC5u/lAYFrYvHpQpJW0kHLKnk1SpndfWX9kd5SlDDzEP5mJGjMZeTY6H9sV5fsB6Pt7l/sw5ACL/0bFDl0mYBnVhGv6UxZZ5xMQIUw="
  on:
    tags: true
    # all_branches is required to use tags
    all_branches: true
    # Only publish the build marked with "DEPLOY_TO_FORGE"
    condition: "$DEPLOY_TO_FORGE = yes"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
puppet-debugger-1.4.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-1.3.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-1.2.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-1.1.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-1.0.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.19.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.18.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.17.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.16.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.15.2 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.15.1 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.15.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.14.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.13.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.12.3 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.12.2 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.12.1 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.12.0 spec/fixtures/modules/extlib/.travis.yml
puppet-debugger-0.11.0 spec/fixtures/modules/extlib/.travis.yml