File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ if [[ "$TRAVIS_OS_NAME" == "linux" || "$RUNNER_OS" == "Linux" ]]; then
44
44
exit 1
45
45
fi
46
46
47
- # for API blueprint verification
48
- npm install drafter
49
47
elif [[ " $TRAVIS_OS_NAME " == " osx" || " $RUNNER_OS " == " macOS" ]]; then
50
48
# brew update
51
49
export HOMEBREW_NO_AUTO_UPDATE=1
Original file line number Diff line number Diff line change @@ -41,12 +41,4 @@ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
41
41
extra_args=" $extra_args -Dorg.opengrok.indexer.analysis.Ctags=c:\\ ProgramData\\ chocolatey\\ lib\\ universal-ctags\\ tools\\ ctags.exe"
42
42
fi
43
43
44
- ret=0
45
- ./mvnw -B -V verify $extra_args || ret=1
46
-
47
- if [[ " $TRAVIS_OS_NAME " == " linux" ]]; then
48
- echo " Checking Apiary blueprint format"
49
- node dev/parse.js || ret=1
50
- fi
51
-
52
- exit $ret
44
+ ./mvnw -B -V verify $extra_args
You can’t perform that action at this time.
0 commit comments