Browse Source

tests: travis-ci make with V=1 to show effective CFLAGS

pull/490/head
Pierce Lopez 6 years ago
parent
commit
f77c275e6a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -25,7 +25,7 @@ before_script:
- ./configure - ./configure
script: script:
- make AM_CFLAGS="-Werror"
- make V=1 AM_CFLAGS="-Werror"
after_success: after_success:
- make check - make check


Loading…
Cancel
Save