From 7e4c482737b508f376d8e055268833d28f61d855 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sun, 14 Dec 2014 18:20:50 -0500 Subject: [PATCH] travis: Build with static analysis --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ed77d22..998a087b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ language: c -compiler: - - gcc - - clang +compiler: clang before_script: - sudo apt-get update - sudo apt-get build-dep -qq xchat - sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop gnome-common script: - ./autogen.sh - - ./configure --enable-textfe --with-theme-manager + - ./configure --enable-textfe --with-theme-manager --enable-static-analysis - make V=1 -j$(nproc) notifications: irc: