Skip to content

Commit

Permalink
adding travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Aug 9, 2013
1 parent 504f442 commit ca4eab6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
gem 'puppet', puppetversion
gem 'puppet-lint', '>= 0.3.2'
gem 'puppetlabs_spec_helper', '>= 0.1.0'
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: ruby
rvm:
- 1.8.7
script: "rake spec"
branches:
only:
- master
notifications:
email: false
gemfile: .gemfile
env:
- PUPPET_VERSION=2.7.21 # latest 2.7; PE 2.8.0+
- PUPPET_VERSION=3.2.3 # latest 3.2;
2 changes: 2 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"summary": "A Puppet module for the installation and setup of a Apel publisher",
"version": "0.0.2",
"checksums": {
".gemfile": "f2a73f3c76933e38e004d3c2a939c56c",
".travis.yml": "423b3afa6b2a26cee85e82b1662aafcf",
"Modulefile": "405478580f69d5601a7d692944d006da",
"README.md": "a1d25943b0e022050ffc6fe786137e75",
"Rakefile": "f37e6131fe7de9a49b09d31596f5fbf1",
Expand Down

0 comments on commit ca4eab6

Please sign in to comment.