Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #81 from smartsheet-platform/travis-automation
Browse files Browse the repository at this point in the history
Remove comment, up version number
  • Loading branch information
emilykoh authored Jun 14, 2019
2 parents 44f97ce + 191967e commit c65d50b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@ branches:
- master

after_success:
- npm run coverage
- npm run report-coverage
- npm run coverage
- npm run report-coverage
before_deploy: "echo 'Deploying release to npm'"
deploy:
provider: npm
email: [email protected]
api_key:
secure: YcXms4fRUD93C9DPa1KmpxCTyf0aUtTa4tCkp46qRLbsR4YJcrRdTTeIXuim9JYMUBszhSYKh1ic3R0DBqfEWcKzNGE2F7WkPfngozxT1xaFQko/PwyztZOsvDup7HzhKW/Cc2yjQaw9ScA/H/YK+DrVu7DaIamk5g/6dD2gGccZz3ZnkFMOZhiYppEPsnqE2TsqPxz7uvjGUN8iNtYm59UNBEna0Il7iojxJcepVdWj4W7PEgP3YUlSjXJP1aBaYoJCRF8Av/chPv9SYK0ApLRKlDt1mEF4wFrWWQwkSWIrIfQx45f3t/sK3IjURnFH0RSBostYldfAtEkrGZNy575FGrl+Q4fZZAgNE4g0MvLfvYgfqM09S7MEAnzLczFQ0FVKKOPM1Ooe6/EF4N9+wqXg9JFEnWTSXJj08/gngPHqAzUQNEioapviN55uljOnUu6J3413EyGUC8U6Mop5Jsz14tmVdb2js7xfOoMIFMiZWrb0Mjq7u2wDXZcQw85mmuSS4qot2Knkf63QWtCCrOZ/jIfS3etgFjvcUeYEeul9ca5ZwQHy7dCP/KE7Law8lSHWbm1MVsDlw/wwt4lfNutmC3YdIxiuWTnhx5YebgF3AIZiwP6AMi97RzyhfqgWVazz5dd8JOX2xRND4fdU+kShlWtvm2dff2UAxUGKROE=
on:
repo: smartsheet-platform/smartsheet-javascript-sdk
branch: master
after_deploy: "echo 'Finished deployment process'"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 2.77.1 - June 6, 2019
- Updated `js-yaml` and `handlebars` dependencies due to security vulnerabilities
- Automated publication process to npm using Travis CI

## 2.77.0 - May 9, 2019
- Added events endpoint to retrieve events that are occurring in your Smartsheet plan.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smartsheet",
"version": "2.77.0",
"version": "2.77.1",
"description": "Smartsheet JavaScript client SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c65d50b

Please sign in to comment.