Skip to content

Commit 92d44bd

Browse files
authoredSep 22, 2020
Build: Added -jobs 1
1 parent 09b08b7 commit 92d44bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.travis.yml

+3-3
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
16-
- xcodebuild -configuration Debug
17-
- xcodebuild -configuration Release
16+
- xcodebuild -jobs 1 -configuration Debug
17+
- xcodebuild -jobs 1 -configuration Release
1818

1919
deploy:
2020
provider: releases

0 commit comments

Comments
 (0)
Please sign in to comment.