mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-19 04:12:25 -05:00
Merge pull request #41 from simonepri/patch-1
Run Travis build on different nodejs versions
This commit is contained in:
commit
685b7aa521
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '4.2'
|
- "8"
|
||||||
|
- "7"
|
||||||
|
- "6"
|
||||||
|
- "4"
|
||||||
|
- "stable"
|
||||||
script: "npm test"
|
script: "npm test"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in a new issue