From e2dc9174e8ea3f972b4b0fcf7148d19861ebeb42 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Tue, 19 Feb 2019 23:26:06 +0100 Subject: [PATCH] tweak VI .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7498079..0d575f28 100755 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,6 @@ notifications: email: - notification@qos.ch -script: "mvn clean install" \ No newline at end of file +script: + - mvn clean + - mvn install \ No newline at end of file