diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-03-03 14:30:09 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-03-03 14:30:09 -0800 |
commit | d4d8f4e6c9b37b84c8e72925ec5c74fe08f917a9 (patch) | |
tree | 89441d9426ff42fbeee1742986adb8acbafe97ef /appveyor.yml | |
parent | 3eb33e32034583b02181fb7bd5e28c11c5c5d6e8 (diff) | |
download | chef-d4d8f4e6c9b37b84c8e72925ec5c74fe08f917a9.tar.gz |
make appveyor retry bundle install
try it three times before giving up
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4efdeadf84..5ba6d30b81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ install: - bundler --version build_script: - - bundle install + - bundle install || bundle install || bundle install test_script: - SET SPEC_OPTS=--format progress |