add .travis.yml for travis builds
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- 6.1.x
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- saitejas464@gmail.com
|
||||
@@ -31,6 +31,9 @@
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"main": "./parser",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Sai Teja",
|
||||
|
||||
Reference in New Issue
Block a user