UNPKG
mocha-tslint
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.0
Run TSLint as mocha tests
github.com/t-sauer/mocha-tslint
t-sauer/mocha-tslint
mocha-tslint
/
appveyor.yml
17 lines
(13 loc)
•
267 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
environment:
matrix:
-
nodejs_version:
"4"
-
nodejs_version:
"6"
-
nodejs_version:
"7"
install:
-
ps:
Install-Product
node
$env:nodejs_version
-
appveyor-retry
npm
install
test_script:
-
node
--version
-
npm
--version
-
npm
test
build:
off