Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- language: node_js
- node_js:
- - node
- - lts/*
- script:
- - npm run lint
- # test-coverage will also run the tests, but does not print helpful output upon test failure.
- # So we also run the tests separately.
- - npm run test
- - npm run test-coverage && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage
|