Skip to content

Commit 427b1c1

Browse files
author
Aaron Russo
committed
Stop testing against Puppet < 3.8
1 parent ffcacf6 commit 427b1c1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,5 @@ notifications:
1515
1616

1717
env:
18-
- PUPPET_VERSION="~> 2.7.0"
19-
- PUPPET_VERSION="~> 3.5.0"
20-
- PUPPET_VERSION="~> 3.6.0"
21-
- PUPPET_VERSION="~> 3.7.0"
22-
- PUPPET_VERSION="~> 3.7.0" FUTURE_PARSER="yes"
23-
24-
matrix:
25-
exclude:
26-
- rvm: 2.0.0
27-
env: PUPPET_VERSION="~> 2.7.0"
18+
- PUPPET_VERSION="~> 3.8.0"
19+
- PUPPET_VERSION="~> 3.8.0" FUTURE_PARSER="yes"

0 commit comments

Comments
 (0)