SugarRecord/.travis.yml

12 lines
316 B
YAML
Raw Normal View History

2016-09-01 01:56:51 +03:00
osx_image: xcode7.3
2014-09-22 01:51:21 +04:00
language: objective-c
2015-10-27 02:43:26 +03:00
notifications:
email: false
2015-12-26 20:59:24 +03:00
before_install:
2016-09-01 01:56:51 +03:00
- gem install bundler
- bundle install
- git remote set-url origin "https://${GITHUB_TOKEN}@github.com/carambalabs/SugarRecord.git"
2015-12-26 20:59:24 +03:00
script:
2016-09-01 01:56:51 +03:00
- bundle exec fastlane travis
after_success:
- bash <(curl -s https://codecov.io/bash)