summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2019-09-02 18:20:08 -0700
committerRuss Allbery <eagle@eyrie.org>2019-09-02 18:20:08 -0700
commita74c724e0134176eae82de005da5cbf1a5b8f299 (patch)
treee82e803e00b5b8742c4ee17d7f2ebfb80481d1cc /.travis.yml
parent93c0fd75d6db3d6f93b1fac2ea6f83c43262f00d (diff)
Enable verbose testing for Travis-CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ca4b8e..ef630e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,9 @@ before_install:
- sudo cpanm Perl::Critic || true
- sudo cpanm Test::MinimumVersion || true
- sudo cpanm Test::Perl::Critic || true
-env: AUTHOR_TESTING=1
+env:
+ - AUTHOR_TESTING=1
+ - C_TAP_VERBOSE=1
script: ./bootstrap && ./configure --enable-perl --enable-php --enable-python --enable-ruby && make warnings && make check
branches: