reformated .travis.yml

This commit is contained in:
michael starke
2017-05-26 13:41:02 +02:00
parent 667bb03d11
commit 90599b613a

View File

@@ -1,7 +1,9 @@
osx_image: xcode8.3
language: objective-c
before_install:
- carthage bootstrap --platform Mac
xcode_project: MacPass.xcodeproj
xcode_scheme: MacPass
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO
language: objective-c
before_install:
- carthage bootstrap --platform Mac
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO