File tree Expand file tree Collapse file tree 3 files changed +14
-28
lines changed Expand file tree Collapse file tree 3 files changed +14
-28
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- .travis.yml :
3
- extras :
4
- - rvm : 1.9.3
5
- env : PUPPET_GEM_VERSION="3.7.0"
6
- - rvm : 2.0.0
7
- env : PUPPET_GEM_VERSION="3.7.0"
8
2
CONTRIBUTING.md :
9
3
unmanaged : true
10
4
Gemfile :
@@ -17,10 +11,8 @@ spec/spec_helper.rb:
17
11
unmanaged : true
18
12
appveyor.yml :
19
13
matrix_extras :
20
- - PUPPET_GEM_VERSION : 3.7.0
21
- RUBY_VER : 193
22
- - PUPPET_GEM_VERSION : 3.7.0
23
- RUBY_VER : 200-x64
14
+ - PUPPET_GEM_VERSION : 4.2.3
15
+ RUBY_VER : 21-x64
24
16
LICENSE :
25
17
license_type : ' puppetpe'
26
18
NOTICE :
Original file line number Diff line number Diff line change
1
+ # This file is generated by ModuleSync, do not edit.
1
2
---
2
3
sudo : false
3
4
language : ruby
4
- bundler_args : --without system_tests
5
- script : " bundle exec rake validate lint spec"
5
+ cache : bundler
6
+ script : " bundle exec rake release_checks"
7
+ # Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
8
+ before_install :
9
+ - gem update bundler
6
10
matrix :
7
11
fast_finish : true
8
12
include :
9
- - rvm : 1.9.3
10
- env : PUPPET_GEM_VERSION="~> 3.0"
11
- - rvm : 2.0.0
12
- env : PUPPET_GEM_VERSION="~> 3.0"
13
- - rvm : 2.1.5
14
- env : PUPPET_GEM_VERSION="~> 4.0"
15
13
- rvm : 2.3.1
14
+ bundler_args : --without system_tests
15
+ env : PUPPET_GEM_VERSION="~> 4.0"
16
+ - rvm : 2.1.7
17
+ bundler_args : --without system_tests
16
18
env : PUPPET_GEM_VERSION="~> 4.0"
17
- - rvm : 2.0.0
18
- env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
19
- - rvm : 1.9.3
20
- env : PUPPET_GEM_VERSION="3.7.0"
21
- - rvm : 2.0.0
22
- env : PUPPET_GEM_VERSION="3.7.0"
23
19
notifications :
24
20
email : false
Original file line number Diff line number Diff line change @@ -22,10 +22,8 @@ environment:
22
22
RUBY_VER : 23
23
23
- PUPPET_GEM_VERSION : ~> 4.0
24
24
RUBY_VER : 23-x64
25
- - PUPPET_GEM_VERSION : 3.7.0
26
- RUBY_VER : 193
27
- - PUPPET_GEM_VERSION : 3.7.0
28
- RUBY_VER : 200-x64
25
+ - PUPPET_GEM_VERSION : 4.2.3
26
+ RUBY_VER : 21-x64
29
27
matrix :
30
28
fast_finish : true
31
29
install :
You can’t perform that action at this time.
0 commit comments