703c0bde30
* Add spec_full, spec_prep, and spec_clean targets * Rename Gemfile -> .gemfile for less cluttered module packages * Append fixtuers to modulepath instead of overwriting * Use a more complete .gitignore * Remove the recursive symlink
17 lines
400 B
YAML
17 lines
400 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.8.7
|
|
before_script:
|
|
- "[ '2.6.9' = $PUPPET_VERSION ] && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources || true"
|
|
after_script:
|
|
script: "rake spec_full"
|
|
branches:
|
|
only:
|
|
- master
|
|
env:
|
|
- PUPPET_VERSION=2.7.13
|
|
- PUPPET_VERSION=2.7.6
|
|
- PUPPET_VERSION=2.6.9
|
|
notifications:
|
|
email: false
|
|
gemfile: .gemfile
|