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

NODE_VERSIONS="\
  v0.8.28      \
  v0.10.31     \
  v0.11.13     \
"
OUTPUT_PREFIX="leveldown-"
TEST_CMD="\
  cd /dnt/ &&                                                    \
  npm install &&                                                 \
  node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js \
      --nodedir /usr/src/node/ rebuild &&                        \
  node_modules/.bin/tap test/*-test.js;                          \
"

