Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ coverage/
spec/fixtures/modules/*
spec/fixtures/manifests/*
Gemfile.lock
vendor/*
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--format documentation
23 changes: 15 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,17 @@ language: ruby
cache: bundler

before_install:
- bundle -v
- rm Gemfile.lock || true
- gem update --system
- gem update bundler
- gem --version
- bundle -v

sudo: false

script: 'SPEC_OPTS="--format documentation" bundle exec rake validate lint spec'
script: 'bundle exec rake validate lint spec'

matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3"
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3" FUTURE_PARSER="yes"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3"
- rvm: 1.9.3
Expand All @@ -38,8 +31,22 @@ matrix:
env: PUPPET_GEM_VERSION="~> 4"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5"
before_install:
- bundle -v
- rm Gemfile.lock || true
- gem update --system --no-doc
- gem update bundler --no-doc
- gem --version
- bundle -v
- rvm: 2.5.1
env: PUPPET_GEM_VERSION="~> 6"
before_install:
- bundle -v
- rm Gemfile.lock || true
- gem update --system --no-doc
- gem update bundler --no-doc
- gem --version
- bundle -v

notifications:
email: false