CotEditor/.travis.yml
2017-03-29 02:29:06 +09:00

17 lines
373 B
YAML

# ref. http://docs.travis-ci.com/user/languages/objective-c/
language: objective-c
osx_image: xcode8.3
before_install:
- gem install xcpretty-travis-formatter
script:
set -o pipefail &&
xcodebuild clean build test
-workspace CotEditor.xcworkspace
-scheme CotEditor
CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO
| xcpretty -f `xcpretty-travis-formatter`