Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d46e498

Browse files
committed
Switch to concurrent Kitchen to get the test times down so maybe they pass.
1 parent 39f911f commit d46e498

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dist: trusty
2-
sudo: required
2+
sudo: false
33
cache: bundler
44
language: ruby
55
env:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def dev_gem(name, path: File.join('..', name), github: nil)
2727
end
2828
end
2929

30-
dev_gem 'halite'
30+
dev_gem 'halite', github: true
3131
dev_gem 'poise'
3232
dev_gem 'poise-archive'
3333
dev_gem 'poise-boiler'

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
# limitations under the License.
1515
#
1616

17+
ENV['KITCHEN_CONCURRENCY'] = '10'
1718
require 'poise_boiler/rakefile'

test/gemfiles/master.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'chef', git: 'https://github.com/chef/chef.git'
2020
gem 'chefspec', git: 'https://github.com/sethvargo/chefspec.git'
2121
gem 'fauxhai', git: 'https://github.com/customink/fauxhai.git'
2222
gem 'foodcritic', git: 'https://github.com/foodcritic/foodcritic.git'
23-
gem 'halite', git: 'https://github.com/poise/halite.git'
23+
# gem 'halite', git: 'https://github.com/poise/halite.git'
2424
gem 'ohai', git: 'https://github.com/chef/ohai.git'
2525
gem 'poise', git: 'https://github.com/poise/poise.git'
2626
gem 'poise-archive', git: 'https://github.com/poise/poise-archive.git'

0 commit comments

Comments
 (0)