tweak VI .travis.yml

This commit is contained in:
Ceki Gulcu 2019-02-19 23:26:06 +01:00
parent 08f378764a
commit e2dc9174e8
1 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@ notifications:
email:
- notification@qos.ch
script: "mvn clean install"
script:
- mvn clean
- mvn install