From 78ec4c54e6fc66aa1103088d2acc050e496e6927 Mon Sep 17 00:00:00 2001 From: Mykyta Date: Sun, 8 Sep 2019 22:07:47 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20Add=20Travis=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0f0a7fa --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: java + +script: "mvn package" \ No newline at end of file