-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This module contains no code, so an empty test has been added. SIMP-2710 #close
- Loading branch information
Nick Miller
authored and
Nick Markowski
committed
Feb 21, 2017
1 parent
6d0f0d6
commit 6f4d140
Showing
4 changed files
with
16 additions
and
135 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,40 +1,9 @@ | ||
# PE/SIMP versions | ||
# app pup ruby | ||
# 2015.2 4.3 2.1.7 | ||
# 2015.3 4.3 2.1.8 | ||
# 2016.1 4.4 2.1.9 | ||
# 2016.2 4.5 2.1.9 | ||
# S6.0.0 4.7 2.1.9 | ||
# Note: There aren't any tests for simp-rsync right now. However, this build | ||
# config has been provided as a placeholder (and reminded) to add them in the | ||
# future. | ||
--- | ||
language: ruby | ||
sudo: true | ||
cache: bundler | ||
before_script: | ||
- bundle | ||
bundler_args: --without development system_tests | ||
before_install: rm Gemfile.lock || true | ||
script: | ||
- bundle exec rake test | ||
notifications: | ||
email: false | ||
rvm: | ||
- 2.1.9 | ||
env: | ||
global: | ||
- STRICT_VARIABLES=yes | ||
- TRUSTED_NODE_DATA=yes | ||
matrix: | ||
- PUPPET_VERSION="~> 4.7.0" | ||
- PUPPET_VERSION="~> 4.5.0" | ||
- PUPPET_VERSION="~> 3.8.0" | ||
- PUPPET_VERSION="~> 4.4.0" | ||
- PUPPET_VERSION="~> 4.3.0" | ||
- PUPPET_VERSION="~> 3.8.0" FUTURE_PARSER=yes | ||
matrix: | ||
fast_finish: true | ||
allow_failures: | ||
- env: PUPPET_VERSION="~> 4.5.0" | ||
- env: PUPPET_VERSION="~> 3.8.0" | ||
- env: PUPPET_VERSION="~> 4.4.0" | ||
- env: PUPPET_VERSION="~> 4.3.0" | ||
- env: PUPPET_VERSION="~> 3.8.0" FUTURE_PARSER=yes | ||
sudo: false | ||
rvm: 2.1.9 | ||
install: gem list -i ruby_cowsay -q > /dev/null || gem install ruby_cowsay | ||
script: ruby -r ruby_cowsay -e "puts Cow.new({ :cow => ['cow','vader','skeleton','ren','owl','www','turtle'].sample }).say('There are no tests yet, but there should be when you add manifests to this module!', 'think')" |
This file was deleted.
Oops, something went wrong.
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