mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 03:43:09 -05:00
chore: drop support for Node.js 0.10
BREAKING CHANGE: This module no longer supports Node.js 0.10
This commit is contained in:
parent
f6f14dd329
commit
ab753f4b6c
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- '4.2'
|
||||||
- "4.2"
|
|
||||||
script: "npm test"
|
script: "npm test"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in a new issue