From 73b46e381ff0a7a0b3bc280ac45de592e547513a Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Thu, 16 Jul 2015 13:51:30 +0200 Subject: merge it-sonar-runner and update groupId --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2469bf0..c7f2d88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,16 @@ jdk: install: true script: ./travis.sh +env: + - TESTS=CI + - TESTS=IT-DEV + +matrix: + fast_finish: true + cache: directories: - '$HOME/.m2/repository' + +notifications: + email: false -- cgit v1.2.3