-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.sync.yml
More file actions
30 lines (30 loc) · 710 Bytes
/
.sync.yml
File metadata and controls
30 lines (30 loc) · 710 Bytes
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
Gemfile:
optional:
":development":
- gem: "puppet_litmus"
git: "https://github.com/tphoney/puppet_litmus.git"
branch: "FM-8494"
require: false
platforms:
- "ruby"
- "mswin"
- "mingw"
- "x64_mingw"
condition: "ENV['PUPPET_GEM_VERSION'].nil? or ENV['PUPPET_GEM_VERSION'] !~ %r{ 5}"
- gem: "serverspec"
.rubocop.yml:
default_configs:
AllCops:
Exclude:
- ".bundle/**/*"
.travis.yml:
includes:
- bundler_args:
dist: trusty
rvm: 2.5.3
script: ./test_meltdown_fact.sh travis
services: docker
sudo: required
stage: acceptance
appveyor.yml:
unmanaged: true