Remove java build from travis

main
Igor Canadi 10 years ago
parent 122f98e0b9
commit b794194ade
  1. 2
      .travis.yml

@ -14,6 +14,6 @@ before_install:
- sudo dpkg -i libgflags-dev_2.0-1_amd64.deb - sudo dpkg -i libgflags-dev_2.0-1_amd64.deb
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite # Lousy hack to disable use and testing of fallocate, which doesn't behave quite
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment. # 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: notifications:
email: false email: false

Loading…
Cancel
Save