Created
April 20, 2018 02:49
-
-
Save felipecodes/c84aca4ab3c1792310d0caf0e85dc4e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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