summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2015-04-22 23:22:06 -0400
committerTingPing <tingping@tingping.se>2015-04-22 23:22:06 -0400
commit498f53b96af535f46fc45185e769fd360a397069 (patch)
tree9476251ba749def33fb8a53f4d4029d2bc3b7a4b /.travis.yml
parent5263887ac3326e9428dd5ee765ef45b4fb5d818b (diff)
travis: No longer need to run ./configure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 998a087b..32d362ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,7 @@ before_script:
     - 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 --enable-static-analysis
+    - ./autogen.sh --enable-textfe --with-theme-manager --enable-static-analysis
     - make V=1 -j$(nproc)
 notifications:
     irc: