We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4eacb5 commit b9ba103Copy full SHA for b9ba103
1 file changed
.travis.yml
@@ -19,6 +19,9 @@ addons:
19
organization: "restcomm-connect" # the key of the org you chose at step #3
20
script:
21
- ./build.sh
22
+after_success:
23
+ - mvn com.blackducksoftware.integration:hub-maven-plugin:2.0.2:build-bom -Dhub.output.directory=. -Dhub.deploy.bdio=false
24
+ - bash <(curl -s https://copilot.blackducksoftware.com/bash/travis) ./*_bdio.jsonld
25
# Problem to run testsuite https://github.com/travis-ci/travis-ci/issues/1382
26
# - echo "About to run sonar-scanner"
27
# - cd restcomm
0 commit comments