Skip to content

Instantly share code, notes, and snippets.

language: objective-c
osx_image: xcode8
sudo: true
before_install:
# There is a bug in travis. When using system ruby, bundler is not
# installed and causes the default install action to fail.
- gem install bundler
- brew install graphicsmagick
script:
- ./scripts/travis.sh
# Customise this file, documentation can be found here:
# https://github.com/fastlane/fastlane/tree/master/fastlane/docs
# All available actions: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Actions.md
# can also be listed using the `fastlane actions` command
# Change the syntax highlighting to Ruby
# All lines starting with a # are ignored when running `fastlane`
# If you want to automatically update fastlane if a new version is available:
# update_fastlane
@mcany
mcany / .gitconfig
Last active August 10, 2016 13:44 — forked from salimkayabasi/.gitconfig
[user]
email = mcanyigin@gmail.com
name = Mertcan YIGIN
[core]
autocrlf = true
editor = 'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin
[color]
diff = auto
status = auto
branch = auto