Merge pull request #1258 from Tyriar/travis_tsc

Run tsc as a travis job
This commit is contained in:
Daniel Imms
2018-01-29 07:44:26 -08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ before_install:
- npm install -g npm@5.1.0
env:
matrix:
- NPM_COMMAND=tsc
- NPM_COMMAND=lint
- NPM_COMMAND=test
notifications:
+1
View File
@@ -82,6 +82,7 @@
"lint": "tslint src/*.ts src/**/*.ts",
"test": "gulp test",
"build:docs": "jsdoc -c jsdoc.json",
"tsc": "tsc",
"build": "gulp build",
"prepublish": "npm run build",
"coveralls": "gulp coveralls",