This commit is contained in:
formulahendry 2017-03-01 17:19:27 +08:00
Родитель 539d31a799
Коммит 7b054a41c2
1 изменённых файлов: 14 добавлений и 0 удалений

14
appveyor.yml Normal file
Просмотреть файл

@ -0,0 +1,14 @@
environment:
nodejs_version: "6"
install:
- npm install
- node --version
- npm --version
- tsc -v
build_script:
- npm run vscode:prepublish
test_script:
- npm run tslint