File tree Expand file tree Collapse file tree 2 files changed +11
-25
lines changed Expand file tree Collapse file tree 2 files changed +11
-25
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- appveyor.yml :
3
- environment :
4
- PUPPET_GEM_VERSION : " ~> 4.0"
5
- matrix :
6
- - RUBY_VERSION : 24-x64
7
- CHECK : " syntax lint"
8
- - RUBY_VERSION : 24-x64
9
- CHECK : metadata_lint
10
- - RUBY_VERSION : 24-x64
11
- CHECK : rubocop
12
-
13
2
.travis.yml :
14
- bundle_args : --without system_tests
15
3
docker_sets :
16
4
- set : docker/centos-7
17
- options :
18
5
- set : docker/ubuntu-14.04
19
- options :
20
6
docker_defaults :
21
7
bundler_args : " "
22
8
secure : " "
23
9
branches :
24
10
- release
25
- extras :
26
- - rvm : 2.1.9
27
- script : " \" bundle exec rake release_checks\" "
28
-
11
+
29
12
Gemfile :
30
13
required :
31
14
' :system_tests ' :
@@ -48,13 +31,13 @@ Gemfile:
48
31
- gem : beaker-rspec
49
32
from_env : BEAKER_RSPEC_VERSION
50
33
' :development ' :
51
- - gem : puppet-blacksmith
52
- version : ' ~> 3.4'
53
34
- gem : puppet-lint-i18n
54
35
36
+ appveyor.yml :
37
+ delete : true
38
+
55
39
Rakefile :
56
40
requires :
57
- - puppet_blacksmith/rake_tasks
58
41
- puppet_pot_generator/rake_tasks
59
42
60
43
spec/spec_helper.rb :
Original file line number Diff line number Diff line change @@ -5,18 +5,17 @@ language: ruby
5
5
cache : bundler
6
6
before_install :
7
7
- bundle -v
8
- - rm Gemfile.lock || true
8
+ - rm -f Gemfile.lock
9
9
- gem update --system
10
+ - gem update bundler
10
11
- gem --version
11
12
- bundle -v
12
13
script :
13
14
- ' bundle exec rake $CHECK'
14
15
bundler_args : --without system_tests
15
16
rvm :
16
17
- 2.4.1
17
- - 2.1.9
18
18
env :
19
- - PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
20
19
- PUPPET_GEM_VERSION="~> 5.0" CHECK=spec
21
20
matrix :
22
21
fast_finish : true
@@ -44,8 +43,12 @@ matrix:
44
43
-
45
44
env : CHECK=metadata_lint
46
45
-
46
+ env : CHECK=release_checks
47
+ -
48
+ env : CHECK=spec
49
+ -
50
+ env : PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
47
51
rvm : 2.1.9
48
- script : " bundle exec rake release_checks"
49
52
branches :
50
53
only :
51
54
- master
You can’t perform that action at this time.
0 commit comments