## DNT config file ## see https://github.com/rvagg/dnt NODE_VERSIONS="\ v4.8.7 \ v6.13.0 \ v8.9.4 \ v9.7.1 \ " OUTPUT_PREFIX="contextify-" TEST_CMD="\ cd /dnt/ && \ npm install --nodedir=/usr/src/node && \ npm test; \ " LOG_OK_CMD="tail -1 | sed 's/.\[1m.\[32mOK: .\[39m.\[22m.* assertions.*/ok/'"