[S2GRAPH-108] Support continuous integration test JIRA: [S2GRAPH-108] https://issues.apache.org/jira/browse/S2GRAPH-108
Pull Request: Closes #102 Authors Injun Song: [email protected] Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/3d965448 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/3d965448 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/3d965448 Branch: refs/heads/master Commit: 3d965448fefad494cb8b5e1a28281cb38a476b07 Parents: 247b2cb bed6313 Author: DO YUNG YOON <[email protected]> Authored: Fri Dec 2 18:28:40 2016 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Fri Dec 2 18:31:20 2016 +0900 ---------------------------------------------------------------------- .travis.yml | 22 ++++++++++++++++++++++ .travis/install-hbase.sh | 7 +++++++ CHANGES | 3 +++ README.md | 2 +- 4 files changed, 33 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/3d965448/CHANGES ---------------------------------------------------------------------- diff --cc CHANGES index 860d2f5,1c5c01e..ac26dfd --- a/CHANGES +++ b/CHANGES @@@ -238,3 -232,3 +238,6 @@@ Release 0.1.0 - unrelease S2GRAPH-21: Change PostProcessBenchmarkSpec not to store and fetch test data from storage. (Committed by DOYUNG YOON). ++ S2GRAPH-108: Support continuous integration test. ++ (Contributed by Injun Song<[email protected]>, committed by DOYUNG YOON) ++
