mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
Locally tested that the tests pass with Node 9.0.0 and 9.1.0 Also modified a test expectation for Node 9.0.0+
13 lines
211 B
YAML
13 lines
211 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.10
|
|
- 4
|
|
- 6
|
|
- 7
|
|
- 8
|
|
- 9
|
|
script:
|
|
- npm run lint
|
|
- npm run test
|
|
- npm run test-coverage && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage
|