[Groonga-commit] pgroonga/pgroonga at d381d57 [master] travis: use after_failure

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 7 11:09:19 JST 2016


Kouhei Sutou	2016-09-07 11:09:19 +0900 (Wed, 07 Sep 2016)

  New Revision: d381d576ac671a6bb5479fc9afc605ef03893f69
  https://github.com/pgroonga/pgroonga/commit/d381d576ac671a6bb5479fc9afc605ef03893f69

  Message:
    travis: use after_failure

  Modified files:
    .travis.yml

  Modified: .travis.yml (+3 -1)
===================================================================
--- .travis.yml    2016-09-07 10:58:03 +0900 (884d748)
+++ .travis.yml    2016-09-07 11:09:19 +0900 (d04f430)
@@ -31,4 +31,6 @@ script:
       rm -rf sql/function/flush/jsonb.sql
       rm -rf sql/reindex/analyze.sql
     fi
-  - make installcheck || (cat regression.diffs; false)
+  - make installcheck
+after_failure:
+  - cat regression.diffs
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index