[geany/geany-plugins] e28817: travis: Disable silent rules

Colomban Wendling git-noreply at xxxxx
Fri Mar 11 18:33:11 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 11 Mar 2016 18:33:11 UTC
Commit:      e2881703ba80e64e62a7e24f79097b5432958746
             https://github.com/geany/geany-plugins/commit/e2881703ba80e64e62a7e24f79097b5432958746

Log Message:
-----------
travis: Disable silent rules

Show the actual commands Make runs instead of a pretty message, which
while very cute is a lot less informative in case of error.


Modified Paths:
--------------
    .travis.yml

Modified: .travis.yml
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -130,7 +130,7 @@ before_script:
 script:
   - NOCONFIGURE=1 ./autogen.sh
   - mkdir _build && cd _build
-  - ../configure
+  - ../configure --disable-silent-rules
   - make -j2
   - make -j2 check
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list