Travis CI
notif****@travi*****
Fri Sep 12 23:47:30 JST 2014
Build Update for groonga/groonga
-------------------------------------
Build: #3473
Status: Errored
Duration: 7 minutes and 5 seconds
Commit: 5e3f08c (master)
Author: Kouhei Sutou
Message: mrb: support optimize for "X > 0 && X < 10"
X > 0 && X < 10
->
between(X, 0, "exclude", 10, "exclude")
X >= 0 && X < 10
->
between(X, 0, "include", 10, "exclude")
X > 0 && X <= 10
->
between(X, 0, "exclude", 10, "include")
X >= 0 && X <= 10
->
between(X, 0, "include", 10, "include")
View the changeset: https://github.com/groonga/groonga/compare/1ae9163c41ed...5e3f08ccd013
View the full build log and details: https://travis-ci.org/groonga/groonga/builds/35124803
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
Download