File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,11 @@ language: java
22jdk :
33 - openjdk7
44 - oraclejdk7
5- branches :
6- only :
7- - master
8- script : mvn clean validate -B
5+ before_install :
6+ - sudo add-apt-repository -y ppa:wnoronha/thrift
7+ - sudo apt-get update -qq
8+ - sudo apt-get install -qq thrift-compiler
9+ - which thrift
910install : /bin/true
11+ script : mvn clean install -B
12+
Original file line number Diff line number Diff line change 11# Haeinsa
22
3+ [ ![ Build Status] ( https://travis-ci.org/VCNC/haeinsa.svg?branch=master )] ( https://travis-ci.org/VCNC/haeinsa )
4+
35Haeinsa is linearly scalable multi-row, multi-table transaction library for HBase.
46Haeinsa uses two-phase locking and optimistic concurrency control for implementing transaction.
57The isolation level of transaction is serializable.
You can’t perform that action at this time.
0 commit comments