.dntrc 254 B

1234567891011
  1. ## DNT config file
  2. ## see https://github.com/rvagg/dnt
  3. NODE_VERSIONS="master v0.12.4 v0.10.38 v3.3.0 v4.0.0 v5.8.0"
  4. OUTPUT_PREFIX="sodium-"
  5. TEST_CMD="\
  6. cd /dnt/ && \
  7. npm install && \
  8. node-gyp --nodedir /usr/src/node/ rebuild && \
  9. make test; \
  10. "