summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-29 20:32:45 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-29 20:32:45 +0200
commit1160ac36a75dd7f73af6747589527acc6cb35c07 (patch)
tree44b996768f325e6be36676764a0302df2df638cd
parent50f744e85bcf49beda701bbe9d34ffb86a771398 (diff)
[Travis] More debug output
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ea7e17fd..2452d806 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,11 +77,11 @@ before_install:
# Change into the build directory:
- cd build
# Configure the build directory
- - ./../configure
+ - ../configure
# TODO: Fix X11 tests (and check whether or not changing the user's resource
# limit is still required for the X11 tests).
script: &autotools_script # Build the project:
- - make
+ - make V=1
# Run tests:
- make distcheck
# TODO: Use make to create the doxygen log!