Skip to content

Commit

Permalink
adding travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Nov 25, 2013
1 parent 393bfd8 commit c1d57be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
env:
- SPEC_OPTS="--format=documentation --color"

env:
- PUPPET_VERSION=3.2.2 # stable 3 branch

script: rake spec
rvm:
- 1.9.3
- 1.8.7

0 comments on commit c1d57be

Please sign in to comment.