Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyyoung committed Jul 17, 2015
1 parent 80ec658 commit 443d2a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: objective-c
osx_image: xcode6.4
xcode_workspace: Meizi.xcworkspace
xcode_scheme: Meizi

before_install:
- export LANG=en_US.UTF-8
- gem install cocoapods
- brew update
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Xcode:

- Version 6.4 (6E35b)
- SDK: iOS SDK 8.4
- Deployment Taget: 7.0
- Deployment Taget: 8.0

##Build
```bash
Expand Down

0 comments on commit 443d2a7

Please sign in to comment.