Created
May 12, 2019 19:29
-
-
Save tkssharma/46523413d47706fac7095e44b91c522f 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
language: node_js | |
node_js: | |
- "stable" | |
cache: | |
directories: | |
- node_modules | |
script: | |
- npm test | |
- npm run build | |
deploy: | |
provider: s3 | |
access_key_id: "YOUR AWS ACCESS KEY" | |
secret_access_key: "YOUR AWS SECRET KEY" | |
bucket: "S3 Bucket" | |
skip_cleanup: true | |
upload-dir: travis-builds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment