Files
UICKeyChainStore/.travis.yml
2015-01-12 23:27:15 +09:00

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