This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Ruby v2.0.0 and improve scope of testing
- Loading branch information
1 parent
641758a
commit b179bd2
Showing
3 changed files
with
72 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,63 @@ | ||
--- | ||
language: ruby | ||
|
||
bundler_args: --without development | ||
|
||
rvm: | ||
- 1.8.7 | ||
- 1.9.3 | ||
- 2.1.4 | ||
script: | ||
- "bundle exec rake lint spec SPEC_OPTS='--format documentation'" | ||
- 2.0.0 | ||
- 2.1.0 | ||
|
||
env: | ||
- PUPPET_VERSION="~> 2.7.0" | ||
- PUPPET_VERSION="~> 3.0.0" | ||
- PUPPET_VERSION="~> 3.1.0" | ||
- PUPPET_VERSION="~> 3.8.0" | ||
- PUPPET_VERSION="~> 4.2" | ||
matrix: | ||
- PUPPET_GEM_VERSION="~> 3.1.0" | ||
- PUPPET_GEM_VERSION="~> 3.2.0" | ||
- PUPPET_GEM_VERSION="~> 3.3.0" | ||
- PUPPET_GEM_VERSION="~> 3.4.0" | ||
- PUPPET_GEM_VERSION="~> 3.5.0" | ||
- PUPPET_GEM_VERSION="~> 3.6.0" | ||
- PUPPET_GEM_VERSION="~> 3.7.0" | ||
- PUPPET_GEM_VERSION="~> 3.8.0" | ||
- PUPPET_GEM_VERSION="~> 3" FUTURE_PARSER="yes" | ||
- PUPPET_GEM_VERSION="~> 4.0.0" | ||
- PUPPET_GEM_VERSION="~> 4.1.0" | ||
- PUPPET_GEM_VERSION="~> 4.2.0" | ||
- PUPPET_GEM_VERSION="~> 4.3.0" | ||
- PUPPET_GEM_VERSION="~> 4.4.0" | ||
- PUPPET_GEM_VERSION="~> 4" STRICT_VARIABLES="yes" | ||
|
||
sudo: false | ||
|
||
script: 'bundle exec rake metadata_lint && bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec' | ||
|
||
matrix: | ||
fast_finish: true | ||
exclude: | ||
- rvm: 2.0.0 | ||
env: PUPPET_GEM_VERSION="~> 3.1.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_GEM_VERSION="~> 3.1.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_GEM_VERSION="~> 3.2.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_GEM_VERSION="~> 3.3.0" | ||
- rvm: 2.1.0 | ||
env: PUPPET_GEM_VERSION="~> 3.4.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_VERSION="~> 4.2" | ||
- rvm: 1.9.3 | ||
env: PUPPET_VERSION="~> 2.7.0" | ||
- rvm: 2.1.4 | ||
env: PUPPET_VERSION="~> 2.7.0" | ||
- rvm: 2.1.4 | ||
env: PUPPET_VERSION="~> 3.0.0" | ||
- rvm: 2.1.4 | ||
env: PUPPET_VERSION="~> 3.1.0" | ||
env: PUPPET_GEM_VERSION="~> 4.0.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 4.1.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 4.2.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 4.3.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 4.4.0" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 4" | ||
- rvm: 1.8.7 | ||
env: PUPPET_GEM_VERSION="~> 4" STRICT_VARIABLES="yes" | ||
|
||
sudo: false | ||
notifications: | ||
email: | ||
- [email protected] | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters