From f991c2eb78aaeae725ac093c1da95a239fed8cd7 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 10 Aug 2017 14:51:53 -0700 Subject: Let the build fail when debug-check fails. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f5d0ede..a77622e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,5 +51,4 @@ install: travis_wait script: - ./build.sh - - cd riscv-tests/build - - make debug-check || (tail debug/*.log; exit 1) + - make -C riscv-tests/build debug-check -- cgit v1.1