Skip to content

Commit 352b812

Browse files
author
Dan Bode
committed
Add travis yaml
This commit adds the travis yaml file to travis-ci-ify this module
1 parent b57e071 commit 352b812

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: ruby
2+
rvm:
3+
- 1.8.7
4+
before_script:
5+
after_script:
6+
script: "rake spec"
7+
branches:
8+
only:
9+
- master
10+
- folsom
11+
- essex
12+
env:
13+
- PUPPET_VERSION=2.7.13
14+
- PUPPET_VERSION=2.7.6
15+
- PUPPET_VERSION=2.6.9
16+
notifications:
17+
email: false
18+
gemfile: .gemfile

0 commit comments

Comments
 (0)