Skip to content

Commit

Permalink
add jpos:dependencyCheckAnalyze target
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Nov 30, 2020
1 parent a6671c1 commit bc7f3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install: true
script:
- java -version
- ulimit -a
- TERM=dumb ./gradlew jpos:assemble jpos:check --info
- TERM=dumb ./gradlew jpos:assemble jpos:check jpos:dependencyCheckAnalyze --info
deploy:
provider: script
script: bash .travis/update-gh-pages.sh
Expand Down

0 comments on commit bc7f3a2

Please sign in to comment.