diff --git a/.travis.yml b/.travis.yml index 1328fa2de..3f061637d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ git: after_success: bash <(curl -s https://codecov.io/bash) env: global: + # COVERITY_SCAN: - secure: "HmfK5Ya1l1/hWFk+RV5lwlrWAlv3FwyOFV1689JPtK9OBZAuDGmj0uskmLRWI7X6MdwHSpP93P5pADE1YbbqX2pZmhysBiLsGh8rmI+eTm/Q9h708qyRk3T2Yie49rfk5xlo1IN41dDt+3XZ0bEC7VEXNoCAyn9YMpZ/wOJiP/s=" addons: coverity_scan: @@ -24,5 +25,5 @@ addons: description: "Build submitted via Travis CI" notification_email: srowen@gmail.com build_command_prepend: "mvn clean" - build_command: "mvn -DskipTests=true compile" - branch_pattern: master \ No newline at end of file + build_command: "mvn -DskipTests=true compile test-compile" + branch_pattern: coverity_scan \ No newline at end of file