From fa07bc455ebb511defa9623fedc8074d66135c19 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 3 Nov 2013 20:53:00 -0200 Subject: Modified travis to not compile plugins Thanks to Haruna. Signed-off-by: shennetsind --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fc209376b..2c09eeca6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ before_script: - uname -a script: - - ./configure --enable-debug && make -j3 + - ./configure --enable-debug && make sql -j3 - make clean - - ./configure --disable-renewal --enable-debug && make -j3 + - ./configure --disable-renewal --enable-debug && make sql -j3 notifications: email: false -- cgit v1.2.3-60-g2f50