It seems we can pretty easily configure the .travis.yml config file to cache our npm modules: https://docs.cypress.io/guides/guides/continuous-integration.html#Caching-the-Cypress-binary
It also looks like we are already trying to cache our npm modules in the Travis config, but, obviously, it's not working as intended. I can take a look into why tomorrow. On Mon, Nov 26, 2018 at 5:33 PM Michael Miklavcic < [email protected]> wrote: > Shane, Tibor - Can you guys chime in on this? > > On Mon, Nov 26, 2018 at 9:13 AM Otto Fowler <[email protected]> > wrote: > > > Isn’t there a way we can cache it? > > > > > > On November 26, 2018 at 10:59:20, Nick Allen ([email protected]) wrote: > > > > Yes, I have noticed that too. If not a way to reduce the time, we should > > not be logging the unzipping process percentile-by-percentile in the > Travis > > CI builds. > > > > On Sat, Nov 24, 2018 at 9:49 AM Otto Fowler <[email protected]> > > wrote: > > > > > Anyone else seeing a lot of time taken downloading and unzipping > Cypress > > on > > > builds? > > > What is up with that?™ > > > > > > ottO > > > > > >
