Skip to content

Commit

Permalink
Add travis yaml
Browse files Browse the repository at this point in the history
This commit adds the travis yaml file to
travis-ci-ify this module
  • Loading branch information
Dan Bode committed Oct 26, 2012
1 parent b57e071 commit 352b812
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 352b812

Please sign in to comment.