Navigation Menu

Skip to content

Commit

Permalink
travis: try making stable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kou committed Jun 25, 2018
1 parent ea48686 commit 6a5c503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis/before-script.sh
Expand Up @@ -5,6 +5,8 @@ set -u

: ${DOCKER:=}

touch lib/grn_ecmascript.c

if [ -n "${DOCKER}" ]; then
./version-gen.sh
./autogen.sh
Expand Down

0 comments on commit 6a5c503

Please sign in to comment.