File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 88 secure : " "
99 branches :
1010 - release
11- extras :
12- - env : CHECK=release_checks
13- rvm : 2.1.9
1411
1512Gemfile :
1613 required :
@@ -33,13 +30,9 @@ Gemfile:
3330 from_env : BEAKER_HOSTGENERATOR_VERSION
3431 - gem : beaker-rspec
3532 from_env : BEAKER_RSPEC_VERSION
36- ' :development ' :
37- - gem : puppet-blacksmith
38- version : ' ~> 3.4'
3933
4034Rakefile :
4135 requires :
42- - puppet_blacksmith/rake_tasks
4336 - puppet-lint/tasks/puppet-lint
4437
4538.rubocop.yml :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ language: ruby
55cache : bundler
66before_install :
77 - bundle -v
8- - rm Gemfile.lock || true
8+ - rm -f Gemfile.lock
99 - gem update --system
1010 - gem update bundler
1111 - gem --version
@@ -42,14 +42,13 @@ matrix:
4242 env : CHECK="syntax lint"
4343 -
4444 env : CHECK=metadata_lint
45+ -
46+ env : CHECK=release_checks
4547 -
4648 env : CHECK=spec
4749 -
4850 env : PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
4951 rvm : 2.1.9
50- -
51- env : CHECK=release_checks
52- rvm : 2.1.9
5352branches :
5453 only :
5554 - master
You can’t perform that action at this time.
0 commit comments