Skip to content

Instantly share code, notes, and snippets.

@HHuckebein
Created December 12, 2015 11:57
Show Gist options
  • Save HHuckebein/bff81228bc55990ce7cd to your computer and use it in GitHub Desktop.
Save HHuckebein/bff81228bc55990ce7cd to your computer and use it in GitHub Desktop.
travis-ci.yml file with basic configuration for Swift with Slack integration
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