Files
UICKeyChainStore/.travis.yml
2015-02-02 06:26:50 +09:00

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