From 7278fd8581f9a94b0da06bc7f493db5ce639ea51 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 5 Jan 2020 07:58:13 +0100 Subject: [PATCH] Travis-CI: Clean build between different phases Signed-off-by: Joachim Nilsson --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e112fc..e1fd883 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ addons: description: "A small line editing library" notification_email: troglobit@gmail.com build_command_prepend: "./autogen.sh && ./configure --enable-sigstop --enable-terminal-bell" - build_command: "make -j5" + build_command: "make clean all" branch_pattern: dev # We don't store generated files (configure and Makefile) in GIT, @@ -31,4 +31,4 @@ addons: script: - ./autogen.sh - ./configure --enable-sigstop --enable-terminal-bell - - make -j5 + - make clean all