diff options
author | Ebrahim Byagowi <ebrahim@gnu.org> | 2018-02-28 15:43:23 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 15:43:23 +0330 |
commit | 55a4dfa374bae1db846c3b848b7e59fb0014b627 (patch) | |
tree | 8e75b9e8b6cfcbb5f3b6d1d4db1fb46fa5f7ab4f | |
parent | 3821978bcd92cbdb607111452796e051c456f391 (diff) |
Use old project location of coverity
https://github.com/harfbuzz/harfbuzz/commit/8089711a61687d565f207c56d3d2b658f514d7ab#commitcomment-27835452
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 02accdc9..9fbf6b22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: - CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2" - NOCONFIGURE=1 # COVERITY_SCAN_TOKEN - - secure: "Vw1UUHsAr4t3xuvOqqBsFAORptmNcQRrcGJnzSX7jDODBIRNfnU2LIBTagrPNKfSUhyQgCHqt1gX9iWNWvVfy3sDOXr2MXZeoqmF6Y1mS35J0rA/EPJgRHsdkxygkmFnXVeQkEuI55BINkaSoOpAeunmXKJNw1p9JVw368Fm/tU=" + - secure: "MRJtVu/fQoWNwMAamvIJBCX/1SMvEuEUk/ljAif/y2/3syyWgxFGp17UGnDILdoZYyCqTM+jQciY2P0nVqbjjOAUlML4QOAalqw8kPp8iTsnHUe+KOMVrOVP6p6qAQxk1im1O41cCMkmVKvk+NXe/on5euz6LGF2laHZaOAMoes=" matrix: include: @@ -79,7 +79,7 @@ addons: coverity_scan: project: - name: HarfBuzz + name: behdad/harfbuzz version: 1.0 description: HarfBuzz OpenType text shaping engine notification_email: harfbuzz-bots-chatter@googlegroups.com |