From cb0c235ef2e41438a70449e33cb9d6439903d209 Mon Sep 17 00:00:00 2001 From: Andy Keep Date: Mon, 15 Jan 2018 20:50:40 -0500 Subject: [PATCH] Small change to check exit code. original commit: a1f2cb9f64cb532d4253a2daa8be70c530b68054 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57f68df9ba..b4a993eb3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ addons: - lib32ncurses5-dev - libx32ncurses5-dev script: - - ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting ' + - ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make all 2>&1 ) | tee Make.out | grep '^matting ' ;; echo "exit code: $?"