mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2026-09-26 05:51:21 -07:00
Add travis yml
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
|||||||
|
language: node_js
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
node_js:
|
||||||
|
- 8
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- NPM_COMMAND=tsc
|
||||||
|
- NPM_COMMAND=lint
|
||||||
|
- NPM_COMMAND=test
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
script:
|
||||||
|
- npm run lint
|
||||||
|
- npm run tsc
|
||||||
Reference in New Issue
Block a user