forked from twilio/twilio-cli-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactor the Twilio vendor extensions into single object (twil…
- Loading branch information
childish-sambino
authored
Jun 10, 2021
1 parent
7b77c20
commit a2e0fca
Showing
36 changed files
with
4,822 additions
and
3,642 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,11 +1,12 @@ | ||
language: node_js | ||
node_js: | ||
- node | ||
- lts/* | ||
- '10' | ||
# Disabling for Node 16 until audit issue is resolved: https://travis-ci.com/github/twilio/twilio-cli-core/jobs/512495850 | ||
# - node | ||
- lts/* | ||
- '10' | ||
before_install: | ||
- sudo apt-get update | ||
- sudo apt-get install -y libsecret-1-dev | ||
- sudo apt-get update | ||
- sudo apt-get install -y libsecret-1-dev | ||
deploy: | ||
provider: npm | ||
email: [email protected] | ||
|
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.