From 0492423938af9754ded1e45db703fc8a10fa0d1a Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Thu, 5 Mar 2015 09:49:35 -0600 Subject: [PATCH] Ditch Coverty as it was causing the build to fail --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index b42831d1..dff5f3a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: quickml@googlegroups.com - build_command_prepend: "mvn clean" - build_command: "mvn -DskipTests=true compile" - branch_pattern: master