SugarRecord/.travis.yml

15 lines
417 B
YAML
Raw Normal View History

osx_image: xcode8
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
- bundle exec pod repo update --silent
- brew update
- brew outdated carthage || brew upgrade carthage
2016-09-01 01:56:51 +03:00
- 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)