CI improvements (#1541)

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* More tests

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* More tests

* Update .travis.yml

* Update .travis.yml
This commit is contained in:
Łukasz Domeradzki
2019-12-05 19:25:42 +01:00
committed by GitHub
parent 483f397db7
commit 02c8cf294d
2 changed files with 12 additions and 25 deletions

View File

@@ -82,10 +82,7 @@ build_script:
$ProgressPreference = 'SilentlyContinue'
Push-Location ASF-ui
npm ci
npm ci --no-progress --prefix ASF-ui
if ($LastExitCode -ne 0) {
@@ -93,7 +90,7 @@ build_script:
}
npm run-script deploy
npm run-script deploy --no-progress --prefix ASF-ui
if ($LastExitCode -ne 0) {
@@ -101,9 +98,6 @@ build_script:
}
Pop-Location
dotnet build ArchiSteamFarm -c "$env:CONFIGURATION" -f "$env:NET_CORE_VERSION" /nologo