From b794194adef63437a9248dc6bcdb5c38a7e335dd Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Thu, 23 Oct 2014 15:37:51 -0700 Subject: [PATCH] Remove java build from travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b52e5acf7..8f1bcb0ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 && OPT=-DTRAVIS make rocksdbjava jtest +script: OPT=-DTRAVIS make unity && OPT=-DTRAVIS make check -j8 notifications: email: false