Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Add config for dependencyci ignoring unlicensed dependencies
Browse files Browse the repository at this point in the history
At the moment, vertx-eventbus-client is not licensed correctly in the package.
  • Loading branch information
knalli committed Aug 21, 2016
1 parent 5c08860 commit d6a2f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencyci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# don't run unlicensed test on any development dependencies
tests:
unlicensed: skip # broken due vertx-ventbus-client (https://dependencyci.com/github/knalli/angular-vertxbus/builds/6)

0 comments on commit d6a2f7b

Please sign in to comment.