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

NODE_VERSIONS="\
  v0.10.40     \
  v0.12.7      \
"
IOJS_VERSIONS="\
  v1.8.4 \
  v2.0.1 \
  v2.3.4 \
  v3.0.0-rc.3 \
"
OUTPUT_PREFIX="leveldown-"
TEST_CMD="\
  cd /dnt/ &&                                                    \
  npm install &&                                                 \
  npm run-script prebuild                                        \
      --nodedir=/usr/src/node/ &&                                \
  node_modules/.bin/tape test/*-test.js                          \
"
# for tape
LOG_OK_CMD="tail -2 | head -1 | sed 's/^# //'"
