Skip to content

Instantly share code, notes, and snippets.

@sergio-fry
Created October 30, 2018 20:39
Show Gist options
  • Save sergio-fry/c11c11a18095b2d28dc7760bfc76dac2 to your computer and use it in GitHub Desktop.
Save sergio-fry/c11c11a18095b2d28dc7760bfc76dac2 to your computer and use it in GitHub Desktop.
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