ssh/.travis.yml
Garrett Honeycutt 58561177e0 Add spec tests
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.
2013-07-01 17:06:16 -04:00

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