Skip to content

v5.2.1

Latest
Compare
Choose a tag to compare
@n-riesco n-riesco released this 15 Nov 23:43
· 3 commits to master since this release
  • Fixed installation using [email protected] (#255)
    * Replaced TravisCI with tests run in docker containers (#252).

    Examples:

    • To build a docker image:
      $ make -C docker build-node-0.10

    • To build all docker images:
      $ make -C docker build

    • To rebuild a docker image:
      $ make -C docker rebuild-node-0.12

    • To rebuild all docker images:
      $ make -C docker rebuild

    • To run tests in a docker container:
      $ make -C docker test-node-16

    • To run tests in all the docker containers:
      $ make -C docker test
      or:
      $ npm t

    • To open a shell in docker container:
      $ make -C docker shell-latest

  • Updated installation instructions.