summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-12-14 18:20:50 -0500
committerTingPing <tingping@tingping.se>2014-12-14 18:20:50 -0500
commit7e4c482737b508f376d8e055268833d28f61d855 (patch)
treef82f65a38ab45dfd0878d5d08a450aa0bfa8ec98 /.travis.yml
parentac01ba9cb0aec33653274b14ee53b374da8db577 (diff)
travis: Build with static analysis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files 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: