Skip to content

Commit 422ef12

Browse files
authored
Merge pull request #15 from smortex/travis-ci
Run the test suite in Travis-CI
2 parents ada235a + b6e1e3e commit 422ef12

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: ruby
2+
rvm:
3+
- 2.3
4+
- 2.4
5+
- 2.5
6+
- 2.6

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Installation
22
===
33

4+
[![Build Status](https://travis-ci.org/relud/puppet-lint-strict_indent-check.svg?branch=master)](https://travis-ci.org/relud/puppet-lint-strict_indent-check)
5+
46
<pre>
57
gem install puppet-lint-strict_indent-check
68
</pre>

0 commit comments

Comments
 (0)