From c8289998a6266c07751e5506186855bbcdcc40c5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 10 Oct 2018 12:42:25 +0200 Subject: [PATCH] .travis.yml: Setting build and install operations to verbose. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07b126a4..dbca940c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,8 +98,8 @@ before_script: script: - if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./waf configure --prefix=/usr --alsa --classic --dbus; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./waf configure --opus=no --readline=no; fi - - ./waf build - - ./waf install + - ./waf -v build + - ./waf -v install branches: only: