Automatic ci deploy of react-native app with code-push
npm install code-push-travis-cli




code-push cli for travis-ci.
The following environment variables are needed to configure the CLI:
CODE_PUSH_ACCESS_KEY __string__ required*: the code-push access key for the login
In your .travis.yml file:
``yml
language: node_js
node_js:
- 6
script:
- code-push-travis
``