travis config
This commit is contained in:
parent
ddb89a5861
commit
3e32138fe0
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "5"
|
||||
- "4"
|
||||
- "4.4.3" # LTS
|
||||
- "4.3.2" # amazon lambda
|
Reference in a new issue