Skip to content
Snippets Groups Projects
Commit 8880fd5a authored by Ben Taylor's avatar Ben Taylor
Browse files

Add TravisCI Support

parent 4ea2cb1d
No related branches found
No related tags found
No related merge requests found
language: java
jdk:
- openjdk7
sudo: false
install:
- "make"
- "cd test"
script: ant -f build-test.xml test | tee test.log && [ -z "$(grep 'Failures:\s[^0]' test.log)" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment