diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-12 16:04:27 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | bbc1d6ebccbd7f22fea72a9c2b76ef19f3b5beb3 (patch) | |
tree | 97bd064d63268eb7ff39e1b4416abdff42ad0f34 /appveyor.yml | |
parent | 612932e984e4a210891e5d2d00d25723afd6b6a4 (diff) | |
download | chef-bbc1d6ebccbd7f22fea72a9c2b76ef19f3b5beb3.tar.gz |
Simplify external tests and make them work with Gemfile.lock
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d6459b6b96..5a24059131 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,13 +23,16 @@ install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - echo %PATH% - ruby --version + - gem update --system || gem update --system || gem update --system - gem install bundler --quiet --no-ri --no-rdoc || gem install bundler --quiet --no-ri --no-rdoc || gem install bundler --quiet --no-ri --no-rdoc - - gem install rubygems-pkg/rubygems-update-2.4.6.gem - update_rubygems - gem --version - bundler --version + - SET BUNDLE_GEMFILE=Gemfile.windows build_script: + - bundle config --local frozen 1 + - bundle config --local without docgen:maintenance:omnibus_package:integration:aix:bsd:linux:solaris - bundle install || bundle install || bundle install test_script: |