You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2017/07/31 01:05:33 UTC

[19/25] incubator-s2graph git commit: update HBASE_VERSION to 1.2.6 for travis.

update HBASE_VERSION to 1.2.6 for travis.


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/62361250
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/62361250
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/62361250

Branch: refs/heads/master
Commit: 623612506a33fe962a7e4aa0604451a6f48ec925
Parents: cc71357
Author: DO YUNG YOON <st...@apache.org>
Authored: Sat Jul 29 08:08:31 2017 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Sat Jul 29 08:11:06 2017 +0900

----------------------------------------------------------------------
 .travis.yml              | 2 +-
 .travis/install-hbase.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/62361250/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7555a76..5b9a560 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@
 language: scala
 
 env:
-  - HBASE_VERSION=1.2.5
+  - HBASE_VERSION=1.2.6
 
 cache:
   directories:

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/62361250/.travis/install-hbase.sh
----------------------------------------------------------------------
diff --git a/.travis/install-hbase.sh b/.travis/install-hbase.sh
index f2ba5d3..f55437c 100755
--- a/.travis/install-hbase.sh
+++ b/.travis/install-hbase.sh
@@ -17,5 +17,5 @@
 set -xe
 
 if [ ! -d "$HOME/hbase-$HBASE_VERSION/bin" ]; then
-  cd $HOME && wget -q -O - http://mirror.navercorp.com/apache/hbase/stable/hbase-*-bin.tar.gz | tar xz
+  cd $HOME && wget -q -O - http://mirror.navercorp.com/apache/hbase/stable/hbase-$HBASE_VERSION-bin.tar.gz | tar xz
 fi