## DNT config file
## see https://github.com/rvagg/dnt

NODE_VERSIONS="v4.8.3 v6.10.3 v7.10.0 v8.0.0"
OUTPUT_PREFIX="node-microtime-"
TEST_CMD="\
  cd /dnt/ &&                                                    \
  npm install &&                                                 \
  npm test && \
  echo "ok"
"
