chore: add travis config

This commit is contained in:
nanov 2019-11-05 06:13:27 +02:00
parent 0c01420c1e
commit e56dc082d0

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"