From 1bfdf485dcb914b0a123a7becdf93422c9e12a52 Mon Sep 17 00:00:00 2001 From: Stefan Dollase Date: Sun, 20 Dec 2015 01:24:28 +0100 Subject: [PATCH] added a .travis.yml to automatically execute all tests with travis-ci --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..af7ed22b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: java +install: +- mvn clean +- mvn install -DskipTests=true \ No newline at end of file