From 9681ef42733d4cadf2b560fedfbba5da872cb59e Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 6 May 2015 14:07:44 -0700 Subject: Run conformance tests against Java for the Travis build. Change-Id: I8ef8664f7facf86028be3f4f0d5d2efc8a685d6d --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cbddac58..354be896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ script: - cd python && python setup.py build && python setup.py test && cd .. - export LD_LIBRARY_PATH=../src/.libs - cd python && python setup.py build --cpp_implementation && python setup.py test --cpp_implementation && cd .. + - cd conformance && make test_java && cd .. - make distcheck -j2 notifications: email: false -- cgit v1.2.3