Skip to content

Speed up travis testing by caching node_modules directory #19

@evilaliv3

Description

@evilaliv3

TravisCI allows to speed up unit tests by permitting to cache directories.

In relation to scrypt-js library it would be valuable to cache the node_modules directory used by npm.

It would be simply required to add the following lines to .travis.yml:

cache:
  directories:
    - node_modules

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions