From 921ba19afacd3a294d1c3bce829dfffe4ba237fa Mon Sep 17 00:00:00 2001 From: Amir Abbas Mousavian Date: Thu, 11 Aug 2016 14:16:04 +0430 Subject: [PATCH] travis yml update --- .travis.yml | 6 +++--- README.md | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c90000..51d639a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: objective-c osx_image: xcode7.3 script: - set pipefail -- xcodebuild -project FileProvider.xcodeproj -scheme FileProvider OSX -sdk macosx | xcpretty -- xcodebuild -project FileProvider.xcodeproj -scheme FileProvider iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -- xcodebuild -project FileProvider.xcodeproj -scheme FileProvider tvOS -sdk appletvsimulator ONLY_ACTIVE_ARCH=NO | xcpretty +- xcodebuild -project FileProvider.xcodeproj -scheme "FileProvider OSX" -sdk macosx | xcpretty +- xcodebuild -project FileProvider.xcodeproj -scheme "FileProvider iOS" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty +- xcodebuild -project FileProvider.xcodeproj -scheme "FileProvider tvOS" -sdk appletvsimulator ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint --quick \ No newline at end of file diff --git a/README.md b/README.md index 0a2f31e..e4b8ae8 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ [![Swift Version][swift-image]][swift-url] [![License][license-image]][license-url] -[![Platform](https://img.shields.io/badge/Platform-iOS%2C%20OSX-lightgray.svg)]() +[![Platform](https://img.shields.io/badge/Platform-iOS%2C%20macOS-lightgray.svg)]() + +[![Build Status][travis-image]][travis-url] [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/FileProvider.svg)](https://cocoapods.org/pods/FileProvider) [![codebeat badge][codebeat-image]][codebeat-url] @@ -279,7 +280,7 @@ Distributed under the MIT license. See `LICENSE` for more information. [https://github.com/amosavian/](https://github.com/amosavian/) -[swift-image]:https://img.shields.io/badge/swift-2.2%2C%202.3-green.svg +[swift-image]:https://img.shields.io/badge/Swift-2.2%2C%202.3-green.svg [swift-url]: https://swift.org/ [license-image]: https://img.shields.io/badge/License-MIT-blue.svg [license-url]: LICENSE