Skip to content

Commit f33e1b1

Browse files
committedNov 5, 2015
version 0.9.0
1 parent c7a2e08 commit f33e1b1

File tree

465 files changed

+32004
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

465 files changed

+32004
-1
lines changed
 

‎.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: objective-c
2+
osx_image: xcode7
3+
xcode_project: Framework/YYText.xcodeproj
4+
xcode_scheme: YYText
5+
6+
script:
7+
- xctool -project Framework/YYText.xcodeproj -scheme YYText build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
869 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.