Travis CI
This commit is contained in:
parent
d68b2cf3ed
commit
4cc450cdc5
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- stable
|
||||
- 6
|
||||
- 5
|
||||
- 4
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user