Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created May 12, 2019 19:29
Show Gist options
  • Save tkssharma/46523413d47706fac7095e44b91c522f to your computer and use it in GitHub Desktop.
Save tkssharma/46523413d47706fac7095e44b91c522f to your computer and use it in GitHub Desktop.
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