Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-09-16 03:23:38 +0300
committerjgeboski <jgeboski@gmail.com>2015-09-16 03:23:38 +0300
commit4f84a8ae023bba2a96d34656cd6e0df85cbc5b65 (patch)
tree9138a5f543d1410a2b792f6385a37317c5fa7967
parentb1c35a6d85aaf0d7cd7e4bb19fa629e931904eb1 (diff)
travis: fixed warnings not being fatal
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 30a7f32..6ed6cb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,10 @@ os:
compiler:
- gcc
+env:
+ - ANALYZER=""
+ - ANALYZER="scan-build -k --status-bugs"
+
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq
@@ -19,8 +23,4 @@ before_install:
script:
- CFLAGS="-Werror" ./autogen.sh --enable-warnings
- - scan-build -k
- --use-cc=$(which "${CC}")
- --status-bugs
- -analyze-headers
- make
+ - ${ANALYZER} make