From 0a99b722af91dc1283d4450949dbb185e8e0e1d8 Mon Sep 17 00:00:00 2001 From: "[stritti]" <[stephan@st-strittmatter.name]> Date: Tue, 7 Oct 2014 17:24:41 +0200 Subject: [PATCH] corrected travis-command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae35c84..cc328fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,2 @@ language: java -install: ant build \ No newline at end of file +install: ant dist \ No newline at end of file