Closed Scrum closed 7 years ago
not watching the matrix (
sudo: false language: node_js node_js: - 7 - 6 matrix: include: - node_js: 5 env: TEST_PATH=test/test.js test/test-p*.js - node_js: 4 env: TEST_PATH=test/test.js test/test-p*.js after_success: - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls' script: npm test $TEST_PATH
I see, never thought about it. PR welcome because I don't have much time nowadays.
not watching the matrix (