File: .travis.yml

package info (click to toggle)
puppet-module-heini-wait-for 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: ruby: 360; sh: 10; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
language: ruby
bundler_args: --without system_tests
before_install: rm Gemfile.lock || true
matrix:
  include:
  - rvm: 2.1.0
    env: PUPPET_GEM_VERSION="~> 3.0"
  - rvm: 2.1.0
    env: PUPPET_GEM_VERSION="~> 4.0"
  - rvm: 2.4.1
    env: PUPPET_GEM_VERSION="~> 5.0"
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
notifications:
  email: false