Kouhei Sutou
null+****@clear*****
Mon Jun 25 17:11:09 JST 2018
Kouhei Sutou 2018-06-25 17:11:09 +0900 (Mon, 25 Jun 2018) New Revision: 6a5c503a7fe24d79869d8a84cabab082f27aa3fe https://github.com/groonga/groonga/commit/6a5c503a7fe24d79869d8a84cabab082f27aa3fe Message: travis: try making stable lemon is old on Travis CI. If grn_ecmascript.c is generated by lemon on Travis CI, build error is occurred. It will be caused by git clone timestamp update. This change enforces to mark grn_ecmascript.c newer than grn_ecmascript.lemon. Modified files: travis/before-script.sh Modified: travis/before-script.sh (+2 -0) =================================================================== --- travis/before-script.sh 2018-06-25 15:07:27 +0900 (e3b832ecc) +++ travis/before-script.sh 2018-06-25 17:11:09 +0900 (07d8ae448) @@ -5,6 +5,8 @@ set -u : ${DOCKER:=} +touch lib/grn_ecmascript.c + if [ -n "${DOCKER}" ]; then ./version-gen.sh ./autogen.sh -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180625/65664614/attachment-0001.htm