Skip to content

Commit 84f9ca2

Browse files
author
Jeff McCune
committed
Merge pull request #121 from jeffmccune/fix/master/travis
Future proof travis build matrix
2 parents 9c97ab8 + cf261e2 commit 84f9ca2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ notifications:
66
rvm:
77
- 1.9.3
88
- 1.8.7
9+
- ruby-head
910
env:
10-
- PUPPET_GEM_VERSION="~> 2.7.0"
11-
- PUPPET_GEM_VERSION=">= 3.0.0"
11+
- PUPPET_GEM_VERSION="~> 2.7"
12+
- PUPPET_GEM_VERSION="~> 3"
1213
matrix:
14+
allow_failures:
15+
- rvm: ruby-head
1316
exclude:
1417
- rvm: 1.9.3
15-
env: PUPPET_GEM_VERSION="~> 2.7.0"
18+
env: PUPPET_GEM_VERSION="~> 2.7"
19+
exclude:
20+
- rvm: ruby-head
21+
env: PUPPET_GEM_VERSION="~> 2.7"

0 commit comments

Comments
 (0)