code-push-travis-cli
code-push cli for travis-ci.
Installation
npm i --save-dev code-push-travis-cli
Usage
Configuration
The following environment variables are needed to configure the CLI:
CODE_PUSH_ACCESS_KEYstring required: the code-push access key for the login
Example usage
In your .travis.yml file:
language: node_js node_js: - 6 script: - code-push-travis
