Base32/.travis.yml

16 строки
305 B
YAML
Исходник Обычный вид История

2015-01-25 11:59:52 +03:00
language: objective-c
cache:
directories:
- vendor/bundle
install:
- bundle install --path=vendor/bundle --binstubs=vendor/bin
script:
- bundle exec rake test:ios test:osx test:SecEncodeTransformTests
2015-01-25 11:59:52 +03:00
branches:
only:
- master
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8