aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-05-27 22:10:05 -0700
committerRuss Allbery <eagle@eyrie.org>2018-05-27 22:10:05 -0700
commitba0bc0725e4b6f33280f6ac1edaecf8cc10616f3 (patch)
tree49f937c8fe0b675e2a2ecba7a17ce50f9a13944b
parentb719ab5395b7b7aff88f01cea86c1c02f444ed00 (diff)
Enable verbose test mode for Travis-CI
This makes it much easier to debug failing tests.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ccdb2b6..3db2e33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libauthen-sasl-perl libcrypt-generatepassword-perl libdatetime-perl libdatetime-format-sqlite-perl libdbd-sqlite3-perl libdbi-perl libdbix-class-perl libheimdal-kadm5-perl libjson-perl libkrb5-dev libnet-dns-perl libnet-ldap-perl libnet-remctl-perl libperl6-slurp-perl libremctl-dev libsql-translator-perl libtest-minimumversion-perl libtest-pod-perl libtest-strict-perl libtimedate-perl libwebauth-perl perl sqlite3
-env: AUTHOR_TESTING=1
+env: AUTHOR_TESTING=1 C_TAP_VERBOSE=1
script: ./bootstrap && ./configure && make warnings && make check
branches: