mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Update .travis.yml
This commit is contained in:
@@ -19,17 +19,13 @@ env:
|
||||
- VARIANTS="generic linux-arm linux-x64 osx-x64 win-x64" # NOTE: When modifying variants, don't forget to update ASF_VARIANT definitions in SharedInfo.cs!
|
||||
before_script:
|
||||
- |
|
||||
set -euo pipefail
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
ulimit -n 1024
|
||||
fi
|
||||
set -eu
|
||||
|
||||
dotnet --info
|
||||
set +u # This is needed to continue Travis build
|
||||
script:
|
||||
- |
|
||||
set -euo pipefail
|
||||
set -eu
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
set +eu # This is needed to run below npm block on OSX
|
||||
|
||||
Reference in New Issue
Block a user