This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from watson-developer-cloud/up
fix: Update dependencies
- Loading branch information
Showing
14 changed files
with
1,047 additions
and
3,904 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# see https://console.bluemix.net/docs/services/watson/getting-started-credentials.html#service-credentials-for-watson-services | ||
LANGUAGE_TRANSLATOR_USERNAME=<username> | ||
LANGUAGE_TRANSLATOR_PASSWORD=<password> | ||
|
||
LANGUAGE_TRANSLATOR_IAM_APIKEY=<password> | ||
|
||
# see https://cloud.ibm.com/docs/services/watson?topic=watson-iam | ||
LANGUAGE_TRANSLATOR_URL=https://gateway.watsonplatform.net/language-translator/api | ||
LANGUAGE_TRANSLATOR_IAM_APIKEY= |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
language: node_js | ||
sudo: true | ||
node_js: 8 | ||
node_js: 12 | ||
script: | ||
- npm run lint | ||
- npm run codecov | ||
- npm run lint | ||
- npm run codecov | ||
env: | ||
global: | ||
- BX_APP=language-translator-demo | ||
- BX_API=https://api.ng.bluemix.net | ||
- BX_ORGANIZATION=WatsonPlatformServices | ||
- BX_SPACE=demos | ||
- BX_APP=language-translator-demo | ||
- BX_API=https://api.ng.bluemix.net | ||
- BX_ORGANIZATION=WatsonPlatformServices | ||
- BX_SPACE=demos | ||
before_deploy: npm install -g bx-blue-green | ||
deploy: | ||
- provider: script | ||
script: | ||
- bx-blue-green-travis | ||
on: | ||
branch: master | ||
repo: watson-developer-cloud/language-translator-nodejs | ||
skip_cleanup: true | ||
- provider: script | ||
skip_cleanup: true | ||
script: npx semantic-release | ||
on: | ||
node: 8 | ||
- provider: script | ||
script: bx-blue-green-travis | ||
on: | ||
branch: master | ||
repo: watson-developer-cloud/language-translator-nodejs | ||
skip_cleanup: true | ||
- provider: script | ||
skip_cleanup: true | ||
script: npx semantic-release |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.