From a9b3d222c450fbbbb2d3b41d5885e67976426eee Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Tue, 19 Feb 2019 23:13:02 +0100 Subject: [PATCH] tweak III .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a421e7e..80cfa64d 100755 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ notifications: email: - notification@qos.ch -install: - - mvn clean install \ No newline at end of file +script: clean install + \ No newline at end of file