From 1983853c6396b0b8b07e6a585701275661ee3e44 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 20 Mar 2020 11:32:50 +0100 Subject: [PATCH] chore: add Travis configuration --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..78ec93b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: java + +install: +- git clone https://github.com/SerVal-DTF/simple-utils +- cd simple-utils +- mvn install -DskipTests +- cd .. +- git clone https://github.com/SerVal-DTF/gumtree +- cd gumtree +- mvn install -DskipTests +- cd .. + +script: mvn test