Skip to content

Commit 82ef6bf

Browse files
committed
modulesync 2.12.0-20-g804b440
1 parent fd25406 commit 82ef6bf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Vox Pupuli Security Policy
2+
3+
Our vulnerabilities reporting process is at https://voxpupuli.org/security/

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
os: linux
23
dist: bionic
34
language: ruby
45
cache: bundler
@@ -7,7 +8,7 @@ before_install:
78
- bundle --version
89
script:
910
- 'bundle exec rake $CHECK'
10-
matrix:
11+
jobs:
1112
fast_finish: true
1213
include:
1314
- rvm: 2.4.4
@@ -84,7 +85,7 @@ notifications:
8485
- "chat.freenode.org#voxpupuli-notifications"
8586
deploy:
8687
provider: puppetforge
87-
user: puppet
88+
username: puppet
8889
password:
8990
secure: "Ojc0h2mbt9Y+eCyiKD+x1iYNONOP27Me63hjo9jo2v1bSs3aiM7djlcpz/sG+jRJ7JQoUyaGzHSn+gvxwWqdagFfFgDmipMKD0OXQinq7upRaG2hR+akKo0jllq9zLjJGBDoxurioKfOzPGlt2bX3UYY5KyeJ3AIM4dwCGVtSh4="
9091
on:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def location_for(place, fake_version = nil)
1111
end
1212

1313
group :test do
14-
gem 'voxpupuli-test', '>= 1.0.0', :require => false
14+
gem 'voxpupuli-test', '>= 1.4.0', :require => false
1515
gem 'coveralls', :require => false
1616
gem 'simplecov-console', :require => false
1717
end

0 commit comments

Comments
 (0)