From 2ba2db92dfdf98b49b57396a612494a1fee65c5c Mon Sep 17 00:00:00 2001 From: TBXark Date: Sun, 24 Dec 2017 23:31:31 +0800 Subject: [PATCH] Update README.md --- .travis.yml | 10 ++++++++++ README.md | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bbce86b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +osx_image: xcode9 +language: swift +podfile: ./Podfile +script: + - xcodebuild -workspace Ruler.xcworkspace -scheme Ruler build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty +before_install: + - pod install +cache: + directories: + - Pods \ No newline at end of file diff --git a/README.md b/README.md index 2aea6c6..8b52e42 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Ruler > A simple AR ruler app can measure length & area -[![Swift Version][swift-image]][swift-url] +![Xcode 9.0+](https://img.shields.io/badge/Xcode-9.0%2B-blue.svg) +![iOS 11.0+](https://img.shields.io/badge/iOS-11.0%2B-blue.svg) +![Swift 4.0+](https://img.shields.io/badge/Swift-4.0%2B-orange.svg) +[![Build Status](https://travis-ci.org/TBXark/Ruler.svg?branch=master)](https://travis-ci.org/TBXark/Ruler) [![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/TBXark/TKRubberIndicator/master/LICENSE) -[![Support](https://img.shields.io/badge/support-iOS%2011%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/) ![](logo.png)