Skip to content

Commit aaac1d4

Browse files
Build: Added -jobs 1
1 parent 0559165 commit aaac1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ matrix:
88
include:
99
- os: osx
1010
name: "Build"
11-
osx_image: xcode10.2
11+
osx_image: xcode11.6
1212
compiler: clang
1313

1414
script:
1515
- git clone https://github.com/acidanthera/MacKernelSDK
1616
- src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1
17-
- xcodebuild -configuration Debug
17+
- xcodebuild -jobs 1 -configuration Debug
1818
- xcodebuild -jobs 1 -configuration Release
1919

2020
deploy:

0 commit comments

Comments
 (0)