mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-11-24 00:17:55 -05:00
Update .travis.yml
This commit is contained in:
parent
c7eb8a84f3
commit
3d1044d4a1
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '4.2'
|
||||
- "8"
|
||||
- "7"
|
||||
- "6"
|
||||
- "4"
|
||||
- "stable"
|
||||
script: "npm test"
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in a new issue