Created
October 30, 2018 20:38
-
-
Save sergio-fry/6458c73f1da3c72589c5cc38fcac4f36 to your computer and use it in GitHub Desktop.
This file contains 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
sudo: required | |
notifications: | |
email: false | |
language: node_js | |
node_js: | |
- "10" | |
cache: | |
- yarn | |
before_install: | |
- npm install -g [email protected] | |
script: | |
- expo login -u $EXPO_LOGIN -p $EXPO_PASS | |
- expo publish | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment