UNPKG

462 BPlain TextView Raw
1## DNT config file
2## see https://github.com/rvagg/dnt
3
4NODE_VERSIONS="\
5 master \
6 v0.11.9 \
7 v0.11.8 \
8 v0.10.22 \
9 v0.10.21 \
10 v0.8.26 \
11"
12OUTPUT_PREFIX="levelup-"
13TEST_CMD="\
14 cd /dnt/ && \
15 rm -rf node_modules/leveldown/ && \
16 npm install --nodedir=/usr/src/node && \
17 node_modules/.bin/tap test/*-test.js --stderr; \
18#"
19