File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ before_install:
13
13
- if [[ "$INSTALL_JDK" == "1" ]] ; then make install_jdk ; fi
14
14
15
15
script :
16
+ - npm install @authenio/samlify-xsd-schema-validator
16
17
- npm test
17
18
18
19
branches :
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ pretest: ;
14
14
mkdir -p build/test; \
15
15
cp -a test/key test/misc build/test;
16
16
17
- validator : ;
18
-
19
17
install_jdk :
20
18
sudo add-apt-repository ppa:openjdk-r/ppa -y
21
19
sudo apt-get -qq update
@@ -24,4 +22,4 @@ install_jdk:
24
22
doc : ;@echo "prepare and serve the docs"; \
25
23
docsify serve ./docs
26
24
27
- .PHONY : rebuild pretest doc validator install_jdk
25
+ .PHONY : rebuild pretest doc install_jdk
Original file line number Diff line number Diff line change 20
20
"test" : " npm run build && NODE_ENV=test nyc ava --verbose build/test" ,
21
21
"test:pure" : " NODE_ENV=test nyc ava --verbose build/test" ,
22
22
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
23
- "preinstall" : " make validator" ,
24
23
"hooks:postinstall" : " ln -sf $PWD/.pre-commit.sh $PWD/.git/hooks/pre-commit"
25
24
},
26
25
"contributors" : [
You can’t perform that action at this time.
0 commit comments