Skip to content

Commit 0389774

Browse files
committed
Enable P6_DOC_TEST_VERSBOSE during make test
To make travis tell us more about what it's not happy about with recent failures.
1 parent adc83c9 commit 0389774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install:
4747
- travis_retry zef --/tap-harness --depsonly install .
4848

4949
script:
50-
- make test
50+
- P6_DOC_TEST_VERSBOSE=1 make test
5151
- export CXX=$(command -v g++-4.8 >/dev/null 2>&1; if [ $? -eq 1 ]; then printf "g++"; else printf "g++-4.8"; fi)
5252
- $CXX --version
5353
- make html-nohighlight

0 commit comments

Comments
 (0)