File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Thank you for contributing to this project!
4
4
- This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/
5
5
- Please check that here is no existing issue or PR that addresses your problem.
6
6
- Please fill the following form to enable us to help you.
7
+ - Our vulnerabilities reporting process is at https://voxpupuli.org/security/
7
8
8
9
-->
9
10
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ Thank you for contributing to this project!
3
3
4
4
- This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/
5
5
- Please check that here is no existing issue or PR that addresses your problem.
6
+ - Our vulnerabilities reporting process is at https://voxpupuli.org/security/
6
7
7
8
-->
Original file line number Diff line number Diff line change 1
- modulesync_config_version : ' 0.16.3 '
1
+ modulesync_config_version : ' 0.16.4 '
Original file line number Diff line number Diff line change @@ -31,10 +31,13 @@ matrix:
31
31
env : PUPPET_VERSION="~> 4.0" CHECK=rubocop
32
32
- rvm : 2.3.3
33
33
env : PUPPET_VERSION="~> 4.0" CHECK=test
34
- - rvm : 2.4.0-preview3
34
+ - rvm : 2.4.0-rc1
35
35
env : PUPPET_VERSION="~> 4.0" CHECK=test
36
36
allow_failures :
37
- - rvm : 2.4.0-preview3
37
+ - rvm : 2.4.0-rc1
38
+ branches :
39
+ only :
40
+ - master
38
41
notifications :
39
42
email : false
40
43
deploy :
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ concat_basedir: "/tmp"
3
3
ipaddress : " 172.16.254.254"
4
4
is_pe : false
5
5
macaddress : " AA:AA:AA:AA:AA:AA"
6
- selinux_config_mode : " disabled"
You can’t perform that action at this time.
0 commit comments