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.
- Loading branch information
childish-sambino
authored
Jun 22, 2021
1 parent
70f3029
commit 9be0527
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -3,10 +3,10 @@ node_js: | |
# Disabling for Node 16 until audit issue is resolved: https://travis-ci.com/github/twilio/twilio-cli-core/jobs/512495850 | ||
# - node | ||
- lts/* | ||
- '10' | ||
- '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] | ||
|