UNPKG
libxmljs2-xsd
Version:
latest (0.30.1)
0.30.1
0.30.0
0.28.0
0.26.5
0.26.3
XSD 1.0 validator based on libxmljs2
github.com/cdegalitt/libxmljs2-xsd
cdegalitt/libxmljs2-xsd
libxmljs2-xsd
/
appveyor.yml
19 lines
(13 loc)
•
255 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
environment:
matrix:
-
nodejs_version:
"4"
os:
Visual
Studio
2015
install:
-
ps:
Install-Product
node
$env:nodejs_version
-
node
--version
-
npm
--version
build_script:
-
npm
install
test_script:
-
npm
test
deploy:
off