Sha256: a1949f49110ad333976145ad3ed3599038cbfb7d7f29abd9fc26a26f2371d749

Contents?: true

Size: 521 Bytes

Versions: 5

Compression:

Stored size: 521 Bytes

Contents

language: ruby
cache: bundler
install: "bundle install --without development"
before_script: "bundle exec puppet module install puppetlabs-stdlib"
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
rvm:
  - 1.9.3
  - 2.0.0
  - 2.2.1
env:
  matrix:
    - PUPPET_GEM_VERSION="~> 3.8"
    - PUPPET_GEM_VERSION="~> 4.2"
    - PUPPET_GEM_VERSION="~> 4.3"
    - PUPPET_GEM_VERSION="~> 4.4"
notifications:
  email: corey@logicminds.biz

matrix:
  exclude:
    - rvm: 2.2.1
      env: PUPPET_GEM_VERSION="~> 3.8"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
puppet-repl-0.1.1 .travis.yml
puppet-repl-0.1.0 .travis.yml
puppet-repl-0.0.8 .travis.yml
puppet-repl-0.0.7 .travis.yml
puppet-repl-0.0.6 .travis.yml