From defac0ef9714121a872ab48c3f6c4ddd177ae509 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 5 Aug 2013 16:36:45 +0200 Subject: Enabled Pre-Renewal builds in the CI buildbot Both Renewal and Pre-Renewal branches will now be built and tested. Signed-off-by: Haru --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 283fe7a6c..fc209376b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,13 @@ before_script: - uname -a script: - - ./configure --enable-debug - - make -j3 + - ./configure --enable-debug && make -j3 + - make clean + - ./configure --disable-renewal --enable-debug && make -j3 notifications: email: false branches: only: - - master \ No newline at end of file + - master -- cgit v1.2.3-60-g2f50