Skip to content

Commit

Permalink
Add "jobs 1" to build release configuration since dSYM file is not r…
Browse files Browse the repository at this point in the history
…eady when archiving build phase is started
  • Loading branch information
lvs1974 committed Apr 24, 2020
1 parent 0860160 commit 17638d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
script:
- src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1
- xcodebuild -configuration Debug
- xcodebuild -configuration Release
- xcodebuild -jobs 1 -configuration Release

deploy:
provider: releases
Expand Down

0 comments on commit 17638d9

Please sign in to comment.