Files
cors-anywhere/.travis.yml
Rob Wu d2b5dd38bb Add Node 9.x to Travis
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+
2017-11-11 01:32:39 +01:00

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