diff options
author | Ben Straub <bs@github.com> | 2014-01-13 14:11:14 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2014-01-13 14:11:14 -0800 |
commit | 9bf17d2cf59127573c0be812883170785f0dc340 (patch) | |
tree | dc5fcbb7d4b56242172e659a65ddd6e0e81824ce /.travis.yml | |
parent | 426d8456ea979cfae401ced2f88cc811a8b8264a (diff) | |
download | libgit2-9bf17d2cf59127573c0be812883170785f0dc340.tar.gz |
Add coverity-scan script
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 151060fb4..648c432db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,15 @@ env: - OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=ON" matrix: + fast_finish: true include: - compiler: i586-mingw32msvc-gcc env: OPTIONS="-DBUILD_CLAR=OFF -DWIN32=ON -DMINGW=ON" + - compiler: gcc + env: COVERITY=1 + secure: "YnhS+8n6B+uoyaYfaJ3Lei7cSJqHDPiKJCKFIF2c87YDfmCvAJke8QtE7IzjYDs7UFkTCM4ox+ph2bERUrxZbSCyEkHdjIZpKuMJfYWja/jgMqTMxdyOH9y8JLFbZsSXDIXDwqBlC6vVyl1fP90M35wuWcNTs6tctfVWVofEFbs=" + allow_failures: + - env: COVERITY=1 install: - sudo apt-get -qq update |