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 #80 from smartsheet-platform/revert-79-travis-auto…
Browse files Browse the repository at this point in the history
…mation

Revert "Travis automation"
  • Loading branch information
emilykoh authored Jun 6, 2019
2 parents e88d529 + f4e31e4 commit 44f97ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
30 changes: 12 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
language: node_js

node_js:
- lts/carbon
- "lts/carbon"

before_install:
- git clone https://github.com/smartsheet-platform/smartsheet-sdk-tests.git
- smartsheet-sdk-tests/travis_scripts/install_wiremock.sh
- git clone https://github.com/smartsheet-platform/smartsheet-sdk-tests.git
- smartsheet-sdk-tests/travis_scripts/install_wiremock.sh

script:
- smartsheet-sdk-tests/travis_scripts/start_wiremock.sh
- npm test
- smartsheet-sdk-tests/travis_scripts/start_wiremock.sh
- npm test

branches:
only:
- master

after_success:
- 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:
# tags: true
repo: smartsheet-platform/smartsheet-javascript-sdk
branch: master
after_deploy: "echo 'Finished deployment process'"
- npm run coverage
- npm run report-coverage
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
- Automate Travis build to trigger when branches are merged into master and are git tagged

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

0 comments on commit 44f97ce

Please sign in to comment.