Created
December 12, 2015 11:57
-
-
Save HHuckebein/bff81228bc55990ce7cd to your computer and use it in GitHub Desktop.
travis-ci.yml file with basic configuration for Swift with Slack integration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: objective-c | |
notifications: | |
slack: | |
on_success: always | |
on_failure: change | |
rooms: | |
secure: generated-secret | |
xcode_project: YourProjectName.xcodeproj | |
xcode_scheme: YourSharedSchemeName | |
osx_image: xcode7.2 | |
xcode_sdk: iphonesimulator9.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment