Questions tagged [travis-ci-cli]

Travis CI is a hosted continuous integration service for the open source community. It is integrated with GitHub. This tag is used to talk about its CLI client.

See the Travis' documentation for further information.

For support, please file any requests with the travis-ci GitHub issue tracker.

47 questions
0
votes
1 answer

How to enable cache for node js in travis?

I'm trying to use bellow syntax: cache: bundler: true directories: - foldername/foldername/node_modules After the build is done I see 11 MB of cache on the 'Cahes' page in Travis, but in real life node_modules is about 60 mb and I can't…
Denys Medvediev
  • 1,160
  • 3
  • 16
  • 32
-1
votes
1 answer

Does Travis CI use probabilistic encryption?

I tried running travis encrypt "some secret string" multiple times in the same repository, and it returned different encrypted strings each time. Does Travis use probabilistic encryption? If not, what am I doing wrong? Edit: if there is an IV, how…
1 2 3
4