Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 342592d

Browse files
committed
Update .travis.yml
1 parent 740ff40 commit 342592d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ language: ruby
22
rvm:
33
- 1.8.7
44
- 1.9.3
5+
script:
6+
- "rake spec SPEC_OPTS='--format documentation'"
57
env:
68
- PUPPET_VERSION="~> 2.7.0"
79
- PUPPET_VERSION="~> 3.0.0"
810
- PUPPET_VERSION="~> 3.1.0"
9-
- PUPPET_VERSION="~> 3.2.0"
11+
- PUPPET_VERSION="~> 3.6.0"
1012
matrix:
1113
exclude:
1214
- rvm: 1.9.3

0 commit comments

Comments
 (0)