mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 03:43:09 -05:00
Travis yml file added
This commit is contained in:
parent
a48453ad77
commit
333d748b6d
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
script: "npm test"
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
Loading…
Reference in a new issue