mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-04-29 09:44:57 +08:00
16 lines
339 B
YAML
16 lines
339 B
YAML
language: objective-c
|
|
install:
|
|
- sudo easy_install cpp-coveralls
|
|
- (cd Lib && bundle install --path=vendor/bundle --binstubs=vendor/bin)
|
|
script:
|
|
- (cd Lib && bundle exec rake test:ios test:osx)
|
|
after_success:
|
|
- ./Lib/Script/coveralls.sh
|
|
branches:
|
|
only:
|
|
- master
|
|
env:
|
|
global:
|
|
- LANG=en_US.UTF-8
|
|
- LC_ALL=en_US.UTF-8
|