Commit 9a2f1f64 authored by Tamir Duberstein's avatar Tamir Duberstein

Run `java{,nano}` tests in CI

parent 210de285
sudo: false
language: cpp
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
os:
- linux
- osx
script: ./autogen.sh && ./configure && make distcheck -j2
script:
- ./autogen.sh && ./configure && make -j2
- cd java && mvn test && cd ..
- cd javanano && mvn test && cd ..
- make distcheck -j2
notifications:
email: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment