forked from jhoblitt/puppet-smartd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jhoblitt#39 from jhoblitt/feature/future_parser
Feature/future parser
- Loading branch information
Showing
4 changed files
with
26 additions
and
18 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,25 +1,23 @@ | ||
language: ruby | ||
rvm: | ||
# Workaround for travis-ci/travis-ci#2217, we support 1.8.7 MRI generally | ||
- 1.8.7-p374 | ||
- 1.8.7 | ||
- 1.9.3 | ||
- 2.0.0 | ||
- 2.1.4 | ||
env: | ||
- PUPPET_GEM_VERSION="2.7.14" | ||
- PUPPET_GEM_VERSION="~> 2.7" | ||
- PUPPET_GEM_VERSION="~> 3.3" | ||
- PUPPET_GEM_VERSION="~> 3.7" FUTURE_PARSER="yes" | ||
matrix: | ||
allow_failures: | ||
- rvm: ruby-head | ||
exclude: | ||
- rvm: 1.9.3 | ||
env: PUPPET_GEM_VERSION="2.7.14" | ||
- rvm: 2.0.0 | ||
env: PUPPET_GEM_VERSION="2.7.14" | ||
- rvm: 1.9.3 | ||
env: PUPPET_GEM_VERSION="~> 2.7" | ||
- rvm: 2.0.0 | ||
env: PUPPET_GEM_VERSION="~> 2.7" | ||
- rvm: 2.1.4 | ||
env: PUPPET_GEM_VERSION="~> 2.7" | ||
fast_finish: true | ||
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
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 |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
end | ||
end | ||
|
||
next nil if vds.empty? | ||
vds.sort.join(',') | ||
end | ||
end |
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