source: node_modules/proxy-from-env/.travis.yml@ a70b5a4

Last change on this file since a70b5a4 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 328 bytes
Line 
1language: node_js
2node_js:
3 - node
4 - lts/*
5script:
6 - npm run lint
7 # test-coverage will also run the tests, but does not print helpful output upon test failure.
8 # So we also run the tests separately.
9 - npm run test
10 - npm run test-coverage && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage
Note: See TracBrowser for help on using the repository browser.