Make travis builds verbose.
authorRalph Giles <giles@thaumas.net>
Mon, 28 Mar 2016 20:01:32 +0000 (13:01 -0700)
committerRalph Giles <giles@thaumas.net>
Mon, 28 Mar 2016 20:02:12 +0000 (13:02 -0700)
Recover the full compiler command lines for reference in the
logs after the AM_SILENT_RULES change.

.travis.yml

index 9887eac..13d1f10 100644 (file)
@@ -12,4 +12,4 @@ addons:
 script:
   - ./autogen.sh
   - ./configure
-  - make -j2 distcheck
+  - make -j2 V=1 distcheck