Last active
August 17, 2018 13:59
-
-
Save joostme/e21640b66f8e557d2c611a0edf4bb46d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo: required | |
| addons: | |
| chrome: stable | |
| language: node_js | |
| node_js: | |
| - node | |
| script: | |
| - npm run test-ci | |
| - npm run build-ci | |
| before_deploy: | |
| - cd dist/<LIBRARY_NAME> | |
| deploy: | |
| provider: npm | |
| email: [email protected] | |
| skip_cleanup: true | |
| api_key: | |
| secure: XXX | |
| on: | |
| tags: true | |
| repo: me/my-first-lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment