Automatic ci deploy of react-native and cordova app with code-push
npm install abcdefgtest




code-push cli for travis-ci.
npm i --save-dev code-push-travis-cli
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
`
In your .travis.yml file:
`yml
language: node_js
node_js:
- 6
script:
- code-push-travis -f cordova
``