Skip to content

Instantly share code, notes, and snippets.

@felipecodes
Created April 20, 2018 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipecodes/c84aca4ab3c1792310d0caf0e85dc4e8 to your computer and use it in GitHub Desktop.
Save felipecodes/c84aca4ab3c1792310d0caf0e85dc4e8 to your computer and use it in GitHub Desktop.
# Hepburn
language: objective-c
osx_image: xcode7
xcode_sdk: iphonesimulator9.0
cache:
directories:
- node_modules
- ios/Pods
- ~/.nvm
before_install:
- which nvm || curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
- export NVM_DIR=~/.nvm
- source ~/.nvm/nvm.sh --install
- nvm install 4.0
- brew update
- brew reinstall xctool
- brew reinstall watchman
- npm install
- gem install xcpretty
- gem install cocoapods
- pod install --project-directory=ios
before_script:
- npm run compile:test
script:
- npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment