Skip to content

Commit

Permalink
(SIMP-2710) Fix travis tests (#9)
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 135 deletions.
45 changes: 7 additions & 38 deletions .travis.yml
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')"
92 changes: 0 additions & 92 deletions CONTRIBUTING.md

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ If you find any issues, they can be submitted to our [JIRA](https://simp-project

Please read our [Contribution Guide](https://simp-project.atlassian.net/wiki/display/SD/Contributing+to+SIMP) and visit our [developer wiki](https://simp-project.atlassian.net/wiki/display/SD/SIMP+Development+Home).

## Work in Progress

Please excuse us as we transition this code into the public domain.

Downloads, discussion, and patches are still welcome!
# This module is empty on purpose, and is intended to contain site-specific classes.
8 changes: 8 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"profiles"
],
"dependencies": [
{
"name": "simp/simplib",
"version_requirement": ">= 3.1.0 < 4.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.0 < 5.0.0"
}

],
"operatingsystem_support": [
Expand Down

0 comments on commit 6f4d140

Please sign in to comment.