Browse Source

.travis.yml: Setting build and install operations to verbose.

pull/384/head
David Runge 7 years ago
parent
commit
c8289998a6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -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:


Loading…
Cancel
Save