Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit ff86025

Browse files
committed
Add travis ci
1 parent dd4e7e4 commit ff86025

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
language: ruby
3+
before_install: rm Gemfile.lock || true
4+
rvm:
5+
- 1.9.3
6+
script: bundle exec rake test
7+
env:
8+
matrix:
9+
- PUPPET_VERSION="~> 3.1.0"
10+
- PUPPET_VERSION="~> 3.2.0"
11+
- PUPPET_VERSION="~> 3.3.0"
12+
matrix:
13+
include:
14+
- rvm: 2.0.0
15+
env: PUPPET_VERSION="~> 3.3.0"
16+
- rvm: 1.8.7
17+
env: PUPPET_VERSION="~> 2.7.0"
18+
- rvm: 1.8.7
19+
env: PUPPET_VERSION="~> 3.0.0"

0 commit comments

Comments
 (0)