Commit 9eaf2f3 Joshua Hoblitt
committed
1 parent d56464f commit 9eaf2f3 Copy full SHA for 9eaf2f3
File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : ruby
2
+ rvm :
3
+ - 1.8.7
4
+ - 1.9.3
5
+ - 2.0.0
6
+ - ruby-head
7
+ env :
8
+ - PUPPET_GEM_VERSION="~> 2.7.0"
9
+ - PUPPET_GEM_VERSION="~> 3.0.0"
10
+ - PUPPET_GEM_VERSION="~> 3.1.0"
11
+ - PUPPET_GEM_VERSION="~> 3.2.1"
12
+ matrix :
13
+ allow_failures :
14
+ - rvm : ruby-head
15
+ exclude :
16
+ - rvm : 1.9.3
17
+ env : PUPPET_GEM_VERSION="~> 2.7.0"
18
+ - rvm : 2.0.0
19
+ env : PUPPET_GEM_VERSION="~> 2.7.0"
20
+ - rvm : 2.0.0
21
+ env : PUPPET_GEM_VERSION="~> 3.0.0"
22
+ - rvm : 2.0.0
23
+ env : PUPPET_GEM_VERSION="~> 3.1.0"
24
+ - rvm : ruby-head
25
+ env : PUPPET_GEM_VERSION="~> 2.7.0"
26
+ - rvm : ruby-head
27
+ env : PUPPET_GEM_VERSION="~> 3.0.0"
28
+ - rvm : ruby-head
29
+ env : PUPPET_GEM_VERSION="~> 3.1.0"
30
+ notifications :
31
+ email : false
You can’t perform that action at this time.
0 commit comments