diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index a823571efe..dd4c63c2fa 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -1,4 +1,8 @@ #!/bin/bash + +# Die on any error for Travis CI to automatically retry: +set -e + if [ ! -f StyleCop.dll ]; then echo "Fetching StyleCop files from nuget" nuget install StyleCop.MSBuild -Version 4.7.49.0