summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2016-06-19 03:02:05 +0700
committerPierre Joye <pierre.php@gmail.com>2016-06-19 03:02:05 +0700
commit132cadd4c0f55a8f68b37d648831e18aaa8aeaad (patch)
treea2730a46f6c1135b476815e7806695dc0eed91ff /.travis.yml
parentcd6eb145d7df2a5d17d0a6ea07c9558bfb64ad5b (diff)
parent489e90f7aa7476a31a6f09045ea42be878bc73d1 (diff)
downloadlibgd-132cadd4c0f55a8f68b37d648831e18aaa8aeaad.tar.gz
Merge branch 'GD-2.2'
* GD-2.2: use unsigned int for index fix memory leak add email and quotes (just to be sure) use 2.2 for now add key for travis-coverity Fix 228: gdAssertImageEquals() can't be used Conflicts: .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a6c03c..ab22acc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@ compiler:
env:
global:
- # COVERITY_SCAN_TOKEN
- secure: "h7NGklk0xX2iuY5PgxijE7FFEgd95hxbhSwofs+hzYIiW6FR2kk8gSwEqRH5dYGnvazGT3a7fjxuYAr0y5BQCfV7yyQISl19rYZPJbP9bTxGxijTGlItyQqVTXCaucuXzgJbAOgC1W3ja4lYODflCyFzHhPggJLkXEAw1FF3+5M="
+ # COVERITY_SCAN_TOKEN
+ - secure: "h7NGklk0xX2iuY5PgxijE7FFEgd95hxbhSwofs+hzYIiW6FR2kk8gSwEqRH5dYGnvazGT3a7fjxuYAr0y5BQCfV7yyQISl19rYZPJbP9bTxGxijTGlItyQqVTXCaucuXzgJbAOgC1W3ja4lYODflCyFzHhPggJLkXEAw1FF3+5M="
sudo: false
@@ -45,20 +45,21 @@ addons:
# GitHub project metadata
# ** specific to your project **
project:
- name: libgd/libgd
- # version: 2.1.1
- # description: GD Graphics Library
+ name: "libgd/libgd"
+ version: 2.2.2
+ description: "GD Graphics Library"
+ notification_email: pierre.php@gmail.com
# Where email notification of build analysis results will be sent
# notification_email: scan_notifications@example.com
# Commands to prepare for build_command
# ** likely specific to your build **
- build_command_prepend: autoreconf -fi && ./configure
+ build_command_prepend: "autoreconf -fi && ./configure"
# The command that will be added as an argument to "cov-build" to compile your project for analysis,
# ** likely specific to your build **
- build_command: make
+ build_command: "make"
# Pattern to match selecting branches that will run analysis. We recommend leaving this set to 'coverity_scan'.
# Take care in resource usage, and consider the build frequency allowances per