
This is a first pass and is in no way complete. It does travis support and test the default case and the major params that change logic.
14 lines
279 B
YAML
14 lines
279 B
YAML
language: ruby
|
|
before_script: "gem install --no-ri --no-rdoc bundler"
|
|
after_script:
|
|
script: 'SPEC_OPTS="--format documentation" bundle exec rake spec'
|
|
notifications:
|
|
email: false
|
|
rvm:
|
|
- 1.9.3
|
|
- 1.8.7
|
|
env:
|
|
- PUPPET_VERSION=2.7.13
|
|
- PUPPET_VERSION=3.2.1
|
|
gemfile: Gemfile
|