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

NODE_VERSIONS="\
  v0.12.0  \
  v0.11.16 \
  v0.10.36 \
  v0.8.28  \
"
IOJS_VERSIONS="\
  v1.0.0 \
  v1.1.0 \
"
OUTPUT_PREFIX="leveldown-"
TEST_CMD="\
  cd /dnt/ &&                                                    \
  npm install &&                                                 \
  node_modules/.bin/node-gyp --nodedir /usr/src/node/ rebuild && \
  node_modules/.bin/tap test/*-test.js;                          \
"

