Merge pull request #362 from adamretter/travis-jcheck

Added Java build and tests to Travis-CI build
This commit is contained in:
Igor Canadi 2014-10-23 11:41:51 -07:00
commit 05b2e60ddd

View File

@ -14,6 +14,6 @@ before_install:
- sudo dpkg -i libgflags-dev_2.0-1_amd64.deb
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
script: OPT=-DTRAVIS make unity && OPT=-DTRAVIS make check -j8
script: OPT=-DTRAVIS make unity && OPT=-DTRAVIS make check -j8 && OPT=-DTRAVIS make rocksdbjava jtest
notifications:
email: false