CIs: misc

This commit is contained in:
JustArchi 2018-11-24 14:45:25 +01:00
parent fae9ad5ca8
commit f7f492d833
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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) {