From 0278aa2fbb895da4c90e485b915556f42717e1e1 Mon Sep 17 00:00:00 2001 From: Jannis Froese Date: Fri, 2 May 2014 15:13:55 +0200 Subject: [PATCH] add travis check for disable-wallet compile mode --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fe38fa1f..373b37a10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,10 @@ script: - ./autogen.sh - ./configure CFLAGS="-O3" - make -j 2 - - cd ./src + - make check + - make clean + - ./configure --disable-wallet CFLAGS="-O3" + - make -j 2 - make check notifications: irc: