add .travis.yml for travis builds

This commit is contained in:
Sai1919
2016-11-07 12:08:16 +05:30
parent cf1148b879
commit e9f7c850e7
2 changed files with 11 additions and 0 deletions

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
sudo: false
language: node_js
node_js:
- 6.1.x
notifications:
email:
- saitejas464@gmail.com

View File

@@ -31,6 +31,9 @@
},
"optionalDependencies": {},
"main": "./parser",
"scripts": {
"test": "mocha"
},
"maintainers": [
{
"name": "Sai Teja",