Travis CI
build****@travi*****
Thu May 18 12:13:46 JST 2017
Build Update for groonga/groonga
-------------------------------------
Build: #9002
Status: Failed
Duration: 34 minutes and 3 seconds
Commit: 40fa041 (grn-column-name-accessor-qualified)
Author: Kouhei Sutou
Message: grn_column_name: return fully qualified name for accessor
Before:
grn_table_select() ->
grn_obj_column("column1.column2") ->
# _key.column1.column2 accessor
grn_column_name() ->
"_key"
After:
grn_table_select() ->
grn_obj_column("column1.column2") ->
# _key.column1.column2 accessor
grn_column_name() ->
"column1.column2"
# internal "_key" is omitted.
View the changeset: https://github.com/groonga/groonga/compare/1d0e908abd3e...40fa041d7cf5
View the full build log and details: https://travis-ci.org/groonga/groonga/builds/233470145?utm_source=email&utm_medium=notification
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
Download