Merge pull request #10 from hkenney/issue/master/pdoc-7-setup-travis-ci-for-project

(PDOC-7) Add .travis file for Travis CI support
This commit is contained in:
Andrew Parker 2014-09-26 12:12:21 -07:00
commit e2e2880473
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
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