Add travis file

so we can run from travis!
This commit is contained in:
Dan Bode 2012-10-23 11:31:34 -07:00
parent 5096dd3a2b
commit 0707a0d718
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
language: ruby
rvm:
- 1.8.7
before_script:
after_script:
script: "rake spec"
branches:
only:
- master
- folsom
- essex
env:
- PUPPET_VERSION=2.7.13
- PUPPET_VERSION=2.7.6
- PUPPET_VERSION=2.6.9
notifications:
email: false
gemfile: .gemfile