diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 13f4a8b489..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,54 +0,0 @@ -language: objective-c -osx_image: xcode8.3 - -env: - global: - - PROJECT="Support/HockeySDK.xcodeproj" - - SDK="iphonesimulator" - - CONFIGURATION="DEBUG" - - matrix: - - SCHEME="HockeySDK" DESTINATION="OS=8.3,name=iPad 2" RUN_TESTS="YES" - - SCHEME="HockeySDK" DESTINATION="OS=9.1,name=iPhone 6 Plus" RUN_TESTS="YES" - - SCHEME="HockeySDK" DESTINATION="OS=10.3.1,name=iPhone 6s" RUN_TESTS="YES" - - SCHEME="HockeySDK Framework" DESTINATION="platform=iOS Simulator,OS=10.3.1,name=iPhone 6" RUN_TESTS="YES" - - SCHEME="HockeySDK Distribution" RUN_TESTS="NO" LINT="YES" - -before_install: - - xcrun simctl list - - gem install xcpretty --no-rdoc --no-ri --no-document --quiet - - gem install xcpretty-travis-formatter --no-rdoc --no-ri --no-document --quiet - - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - - gem install jazzy --no-rdoc --no-ri --no-document --quiet - - brew install carthage - -script: - - open -b com.apple.iphonesimulator - - set -o pipefail - - COMMAND="env NSUnbufferedIO=YES xcodebuild -project '$PROJECT' -scheme '$SCHEME' -sdk '$SDK' -configuration '$CONFIGURATION'" - - # Add xcpretty - - COMMAND_SUFFIX=" | tee xcodebuild.log | xcpretty -f `xcpretty-travis-formatter`" - - # Run tests - - if [ $RUN_TESTS == "YES" ]; then - COMMAND+=" -destination '$DESTINATION' XCODEBUILD_GCC_PREPROCESSOR_DEFINITIONS=\"CI=1\" " - COMMAND="$COMMAND clean build-for-testing $COMMAND_SUFFIX && travis_retry $COMMAND test-without-building $COMMAND_SUFFIX"; - else - COMMAND+="$COMMAND_SUFFIX"; - fi - - - echo $COMMAND - - eval $COMMAND && rm xcodebuild.log - - if [ $LINT == "YES" ]; then - cp -R Products/HockeySDK-iOS/ HockeySDK-iOS; - pod lib lint; - carthage build --no-skip-current; - fi - -# Use better failure diagnostics, copied from https://github.com/0xced/XCDYouTubeKit -after_failure: - - cat xcodebuild.log - - cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log - - cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash - - sleep 5 diff --git a/Documentation/Guides/Installation & Setup.md b/Documentation/Guides/Installation & Setup.md index c1c46856aa..f19422fd99 100644 --- a/Documentation/Guides/Installation & Setup.md +++ b/Documentation/Guides/Installation & Setup.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/bitstadium/HockeySDK-iOS.svg?branch=master)](https://travis-ci.org/bitstadium/HockeySDK-iOS) + [![Build Status](https://www.bitrise.io/app/30bf519f6bd0a5e2/status.svg?token=RKqHc7-ojjLiEFds53d-ZA&branch=master)](https://www.bitrise.io/app/30bf519f6bd0a5e2) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Version](http://cocoapod-badges.herokuapp.com/v/HockeySDK/badge.png)](http://cocoadocs.org/docsets/HockeySDK) [![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net) diff --git a/README.md b/README.md index 0c6cf5ad06..d4df919631 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/bitstadium/HockeySDK-iOS.svg?branch=master)](https://travis-ci.org/bitstadium/HockeySDK-iOS) +[![Build Status](https://www.bitrise.io/app/30bf519f6bd0a5e2/status.svg?token=RKqHc7-ojjLiEFds53d-ZA&branch=master)](https://www.bitrise.io/app/30bf519f6bd0a5e2) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Version](http://cocoapod-badges.herokuapp.com/v/HockeySDK/badge.png)](http://cocoadocs.org/docsets/HockeySDK) [![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net)