diff --git a/.travis.yml b/.travis.yml index 82660ab2d..ec28459e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,17 +14,4 @@ cache: - $HOME/.m2 git: depth: 10 -after_success: if [ -n "$JACOCO" ]; then bash <(curl -s https://codecov.io/bash); fi -env: - global: - # COVERITY_SCAN: - - secure: "HmfK5Ya1l1/hWFk+RV5lwlrWAlv3FwyOFV1689JPtK9OBZAuDGmj0uskmLRWI7X6MdwHSpP93P5pADE1YbbqX2pZmhysBiLsGh8rmI+eTm/Q9h708qyRk3T2Yie49rfk5xlo1IN41dDt+3XZ0bEC7VEXNoCAyn9YMpZ/wOJiP/s=" -addons: - coverity_scan: - project: - name: "zxing/zxing" - description: "Build submitted via Travis CI" - notification_email: srowen@gmail.com - build_command_prepend: "mvn clean" - build_command: "mvn -DskipTests=true compile test-compile" - branch_pattern: coverity_scan \ No newline at end of file +after_success: if [ -n "$JACOCO" ]; then bash <(curl -s https://codecov.io/bash); fi \ No newline at end of file