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-08-17 23:05:45 +0300
committerjgeboski <jgeboski@gmail.com>2015-08-17 23:05:45 +0300
commit15b1b57f2319de9cc07345e510d1340fde49e67b (patch)
tree11ef4ce20238243c870574a684bc274703eb3c64
parent8c708bb0b6e381984c14e66bb21d9f8731b3981e (diff)
travis: removed debugging support
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a3911df..101bd30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,12 +9,7 @@ os:
compiler:
- gcc
-env:
- - DEBUG=disable
- - DEBUG=enable
-
before_install:
- - sudo add-apt-repository -y ppa:pidgin-developers/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq
--no-install-recommends
@@ -23,7 +18,7 @@ before_install:
libpurple-dev
script:
- - ./autogen.sh --${DEBUG}-debug
+ - CFLAGS="-Wall" ./autogen.sh
- scan-build -k
--use-cc=$(which "${CC}")
--status-bugs