mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
19 lines
253 B
YAML
19 lines
253 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.10
|
|
- 4
|
|
- 6
|
|
- 7
|
|
- 8
|
|
- 9
|
|
- 11
|
|
- 12
|
|
- 13
|
|
- 13
|
|
- 14
|
|
- 15
|
|
script:
|
|
- npm run lint
|
|
- npm run test
|
|
- npm run test-coverage && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage
|