mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-01-12 09:34:29 +08:00
13 lines
277 B
YAML
13 lines
277 B
YAML
language: objective-c
|
|
install:
|
|
- (cd Lib && bundle install --path=vendor/bundle --binstubs=vendor/bin)
|
|
script:
|
|
- (cd Lib && bundle exec rake test:ios test:osx coverage:coveralls)
|
|
branches:
|
|
only:
|
|
- master
|
|
env:
|
|
global:
|
|
- LANG=en_US.UTF-8
|
|
- LC_ALL=en_US.UTF-8
|