Travis config
parent
51ab76f613
commit
78fd638195
|
@ -0,0 +1,9 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "7"
|
||||
- "8"
|
||||
|
||||
before_script:
|
||||
- npm install
|
||||
script: npm run test
|
Loading…
Reference in New Issue