diff --git a/.travis.yml b/.travis.yml index 49eaba29e..f360e6588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ osx_image: xcode7.2 branches: only: - develop + - master #xcode_scheme: WatsonCore before_install: diff --git a/README.md b/README.md index d120d6f20..4d725ee05 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Build Status](https://travis-ci.org/watson-developer-cloud/ios-sdk.svg?branch=master)](https://travis-ci.org/watson-developer-cloud/ios-sdk) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![codecov.io](https://codecov.io/github/watson-developer-cloud/ios-sdk/coverage.svg?branch=develop)](https://codecov.io/github/watson-developer-cloud/ios-sdk?branch=develop) +[![codecov.io](https://codecov.io/github/watson-developer-cloud/ios-sdk/coverage.svg?branch=master)](https://codecov.io/github/watson-developer-cloud/ios-sdk?branch=master) [![Docs](https://img.shields.io/badge/Docs-0.1-green.svg?style=flat)](http://watson-developer-cloud.github.io/ios-sdk/) -[![Swift 2.1.1](https://img.shields.io/badge/Swift-2.1.1-orange.svg?style=flat)](https://developer.apple.com/swift/) +[![Swift 2.1.1](https://img.shields.io/badge/Swift-2.1.1-green.svg?style=flat)](https://developer.apple.com/swift/) The Watson Developer Cloud iOS SDK is a collection of services to allow developers to quickly add Watson Cognitive Computing services to their Swift iOS applications.