-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
priority: lowNice-to-have; can waitNice-to-have; can waitstatus: help wantedrequesting help from the communityrequesting help from the communitytriage queueIssue is in our internal backlog. It's either a bug or a feature enhancement.Issue is in our internal backlog. It's either a bug or a feature enhancement.type: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap
Description
I've created a script for Travis with the following commands:
before_install:
- sudo apt-get install -y libsecret-1-dev
- npm install twilio-cli -g
- twilio plugins:install @twilio-labs/plugin-flex
twilio plugins:install always takes around a minute to finish and installs the same version in the majority of builds, so I'd like to add the installation to the build cache and skip installing it when there are no updates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: lowNice-to-have; can waitNice-to-have; can waitstatus: help wantedrequesting help from the communityrequesting help from the communitytriage queueIssue is in our internal backlog. It's either a bug or a feature enhancement.Issue is in our internal backlog. It's either a bug or a feature enhancement.type: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap