From 0e70041ebc73a4ed3fc2f37b87b0cecc48d0f471 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 18 Apr 2016 15:19:09 -0600 Subject: [PATCH] build: travis: use VERBOSE=1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ced33cae..9a15caeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_install: script: - mkdir build - cd build - - cmake .. && make \ No newline at end of file + - cmake .. && make VERBOSE=1 \ No newline at end of file