abcdefgtest
v1.2.21
Published
Automatic ci deploy of react-native and cordova app with code-push
Downloads
5
Maintainers
Readme
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_KEY
string required: the code-push access key for the login
Example usage
React Native
In your .travis.yml
file:
language: node_js
node_js:
- 6
script:
- code-push-travis
Cordova
In your .travis.yml
file:
language: node_js
node_js:
- 6
script:
- code-push-travis -f cordova