Skip to content

Commit

Permalink
Merge pull request #4 from lincode/master
Browse files Browse the repository at this point in the history
Add .travis.yml
  • Loading branch information
lincode authored Oct 15, 2016
2 parents 90f08ef + 5c47541 commit 1d9ce27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 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: xcode8
language: objective-c
script:
- |
xcodebuild clean build test \
-project FRDIntent.xcodeproj \
-scheme FRDIntent \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.0' \
ONLY_ACTIVE_ARCH=NO
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# FRDIntent

[![Test Status](https://travis-ci.org/douban/FRDIntent.svg?branch=master)](https://travis-ci.org/douban/FRDIntent)
[![Language](https://img.shields.io/badge/language-Swift%203-orange.svg)
](https://developer.apple.com/swift/)
[![IDE](https://img.shields.io/badge/XCode-8-blue.svg)]()
[![iOS](https://img.shields.io/badge/iOS-8.0-green.svg)]()

**FRDIntent** 包括两部分 FRDIntent/Intent 和 FRDIntent/URLRoutes。它们分别可以用于处理应用内和应用外的 view controller 调用。
Expand Down

0 comments on commit 1d9ce27

Please sign in to comment.