puppet-strings/.travis.yml

18 lines
327 B
YAML

language: ruby
bundler_args: --without development
script: "bundle exec rake spec SPEC_OPTS='--color --format documentation'"
notifications:
email: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
env:
- PUPPET_VERSION=3.6.2
- PUPPET_VERSION=3.7.1
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head