diff --git a/.travis.yml b/.travis.yml index aa689d402..df6159140 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,8 +81,7 @@ matrix: - os: linux # Ref: https://docs.travis-ci.com/user/reference/xenial dist: xenial - sudo: false - os: osx # Ref: https://docs.travis-ci.com/user/reference/osx - dotnet: 2.1.403 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved + dotnet: 2.1.500 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved osx_image: xcode10.1 diff --git a/appveyor.yml b/appveyor.yml index 349895859..bf29ddd49 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -79,7 +79,7 @@ build_script: Push-Location ASF-ui - npm ci --no-progress + npm ci if ($LastExitCode -ne 0) { @@ -87,7 +87,7 @@ build_script: } - npm run-script deploy --no-progress + npm run-script deploy if ($LastExitCode -ne 0) {