Add meta data and CI configs

This commit is contained in:
Abhas
2018-09-21 14:39:41 +05:30
parent 51af1997aa
commit b68ba9e1a0
4 changed files with 50 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
os:
- linux
- osx
language: node_js
node_js:
- "node"
- "lts/*"
- "7"
cache:
directories:
- "node_modules"