Skip to content

Commit

Permalink
Ditch Coverty as it was causing the build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 5, 2015
1 parent 98b6d4f commit 0492423
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .travis.yml
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

0 comments on commit 0492423

Please sign in to comment.