aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-05-06 14:07:44 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-05-06 17:32:10 -0700
commit9681ef42733d4cadf2b560fedfbba5da872cb59e (patch)
tree2e22380ee2fa4006a54cd3806488b2d911eb4136 /.travis.yml
parent1f34eb6e7a5de43b98360a56dcd86310a7ed3de9 (diff)
Run conformance tests against Java for the Travis build.
Change-Id: I8ef8664f7facf86028be3f4f0d5d2efc8a685d6d
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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