summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-11-23 16:46:14 -0600
committerBehdad Esfahbod <behdad@behdad.org>2015-11-23 16:47:15 -0600
commit5a24b1d25c59865e298bf105f54503e79587265c (patch)
tree11572ee47010434e4d7dba58aa5716032d9a8834 /.travis.yml
parenta6991813659376a6a11c00a9f67d85b4f7ba9b5d (diff)
[travis] Remove coverity scan
I never could get it to work, and it's a proprietary platform.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ea5e5d6..a05254b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,6 @@ env:
- CFLAGS="-Werror --coverage"
- CXXFLAGS="-Werror --coverage"
- LDFLAGS="--coverage"
- # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
- # via the "travis encrypt" command using the project repo's public key
- - secure: "RoR4NtzEDTR8QKmLVuy2wN+YGXuq8VcgVvDuFJDdOdIbtX+kQStesJXDcf1y0G1T8Ripjn9JGXBd9eoUwNc8sJpxNwKZBkIPi42FuK6e/cZZRYlgUyi5df0fQJ8VSCDU7OoZJq3pAtTe8mQPeeuk5G7cKRSsJVt8e03K7PQcU6Y="
install:
- pip install --user nose
- pip install --user cpp-coveralls # for coveralls.io code coverage tracking
@@ -37,11 +34,3 @@ addons:
- libicu-dev # for extra unicode functions
- libgraphite2-dev # for extra shapers
- # libgirepository1.0-dev # for gobject-introspection
- coverity_scan:
- project:
- name: "behdad/harfbuzz"
- description: "Build submitted via Travis CI"
- notification_email: coverity@behdad.org
- build_command_prepend: "./configure; make clean"
- build_command: "make -j 4"
- branch_pattern: coverity_scan