UNPKG

437 BPlain TextView Raw
1## DNT config file
2## see https://github.com/rvagg/dnt
3
4NODE_VERSIONS="\
5 master \
6 v0.11.12 \
7 v0.10.26 \
8 v0.8.26 \
9"
10OUTPUT_PREFIX="memdown-"
11TEST_CMD="\
12 cd /dnt/ && \
13 npm install && \
14 npm test; \
15"
16LOG_OK_CMD="sed 's/..1A..1G..1m..32m.\sok..0m..1B..1G/ok/' | tail -1"