Skip to content

Commit

Permalink
Add travis file
Browse files Browse the repository at this point in the history
so we can run from travis!
  • Loading branch information
Dan Bode committed Oct 23, 2012
1 parent 8abed24 commit b3a2cbe
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 b3a2cbe

Please sign in to comment.