This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Simplify travis setup
- Loading branch information
Showing
2 changed files
with
27 additions
and
15 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,18 +1,26 @@ | ||
#This file is generated by ModuleSync, do not edit. | ||
--- | ||
sudo: false | ||
language: ruby | ||
bundler_args: --without system_tests development | ||
script: "bundle exec metadata-json-lint metadata.json && bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" | ||
rvm: | ||
- 2.0.0 | ||
- 2.1.0 | ||
env: | ||
matrix: | ||
- 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" | ||
- PUPPET_GEM_VERSION="~> 4" STRICT_VARIABLES="yes" | ||
cache: bundler | ||
script: "bundle exec rake validate lint spec" | ||
matrix: | ||
fast_finish: true | ||
include: | ||
- rvm: 2.3.1 | ||
bundler_args: --without system_tests | ||
env: PUPPET_GEM_VERSION="~> 4.0" | ||
- rvm: 2.1.9 | ||
bundler_args: --without system_tests | ||
env: PUPPET_GEM_VERSION="~> 4.0" | ||
- rvm: 2.1.5 | ||
bundler_args: --without system_tests | ||
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes" | ||
- rvm: 2.1.5 | ||
bundler_args: --without system_tests | ||
env: PUPPET_GEM_VERSION="~> 3.0" | ||
- rvm: 1.9.3 | ||
bundler_args: --without system_tests | ||
env: PUPPET_GEM_VERSION="~> 3.0" | ||
notifications: | ||
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