UNPKG

promisify-any

Version:

Promisify any of: callback function, sync function, generator function, promise-returning function

32 lines (25 loc) 393 B
script: - "make $TEST_SUITE" language: node_js node_js: - "0.10" - "0.12" env: - TEST_SUITE=test - TEST_SUITE=test-harmony matrix: fast_finish: true include: - node_js: "0.12" env: - TEST_SUITE=test - COVERAGE=true allow_failures: - env: - TEST_SUITE=test - COVERAGE=true branches: only: - master - dev sudo: false