forked from puppetlabs/puppetlabs-registry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.sync.yml
37 lines (37 loc) · 1.14 KB
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
".gitlab-ci.yml":
delete: true
".travis.yml":
global_env:
- HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
deploy_to_forge:
enabled: false
simplecov: true
notifications:
slack:
secure: KUUGeL5ShBnqzfEw7kdJzeAYxic3ThTnC0rjctMRdrteqoYT2Niv/57Ctc5h0nXKZYNga3tgivhbRnFGC0gLygFna3wUWc/1dPeh+qYqX5N64G50l5V0FTJhtUMyBFodj/7J088vMqphSxxZ+04MUxz3BiTx21mhbXT5JQplU1I=
appveyor.yml:
environment:
HONEYCOMB_WRITEKEY: 7f3c63a70eecc61d635917de46bea4e6
HONEYCOMB_DATASET: litmus tests
use_litmus: true
simplecov: true
matrix_extras:
- RUBY_VERSION: 25-x64
ACCEPTANCE: 'yes'
TARGET_HOST: localhost
- RUBY_VERSION: 25-x64
ACCEPTANCE: 'yes'
TARGET_HOST: localhost
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Gemfile:
use_litmus: true
optional:
":development":
- gem: github_changelog_generator
git: https://github.com/skywinder/github-changelog-generator
ref: 20ee04ba1234e9e83eb2ffb5056e23d641c7a018
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
spec/spec_helper.rb:
mock_with: ":rspec"
coverage_report: true