mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-17 19:32:30 -05:00
11 lines
130 B
YAML
11 lines
130 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "7"
|
|
- "6"
|
|
- "4"
|
|
- "stable"
|
|
script: "npm test"
|
|
cache:
|
|
directories:
|
|
- node_modules
|