Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
13 lines (10 sloc) 275 Bytes
language: objective-c
branches:
only:
- master
xcode_project: Hint.xcodeproj
xcode_scheme: HintTests
osx_image: xcode8.2
xcode_sdk: macosx10.12
script:
- xcodebuild clean build test -project Hint.xcodeproj -scheme HintTests CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO