mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
CIs: misc
This commit is contained in:
parent
fae9ad5ca8
commit
f7f492d833
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue