Travis CI

This commit is contained in:
Kononnable 2017-05-03 19:47:01 +02:00
parent d68b2cf3ed
commit 4cc450cdc5
2 changed files with 8 additions and 1 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- stable
- 6
- 5
- 4

View File

@ -7,7 +7,8 @@
"tsc": "tsc",
"typings-install": "typings install",
"setup": "npm install && npm run typings-install",
"start": "tsc && node ./src/index.js"
"start": "tsc && node ./src/index.js",
"test": "mocha"
},
"repository": {
"type": "git",