Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Dec 24, 2017
1 parent 14247b1 commit 2ba2db9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 2ba2db9

Please sign in to comment.