-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ditch Coverty as it was causing the build to fail
- Loading branch information
Showing
1 changed file
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1 @@ | ||
language: java | ||
|
||
env: | ||
global: | ||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created | ||
# via the "travis encrypt" command using the project repo's public key | ||
- secure: "f8donA0A+CYYr01l7pPO+VjCa57g6uLdYOeZKxDs8DW4kWVzeJ9HVlbpK2rD6as3h+lvoKLAIBMIOF/90Bog3BBUJDO0QqGW85Ww1dMuwBxpudupgFbDB/kQz7fkanvmhhFSoUerwaIXFicbBGy2f6bqp9oPNJSihdMXFjcbCSo=" | ||
|
||
addons: | ||
coverity_scan: | ||
project: | ||
name: "sanity/quickml" | ||
description: "Build submitted via Travis CI" | ||
notification_email: [email protected] | ||
build_command_prepend: "mvn clean" | ||
build_command: "mvn -DskipTests=true compile" | ||
branch_pattern: master |