From 6b9b8ba62caac5fc8071be57ace7d85dc55b5a90 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 14 Jun 2016 09:38:09 +0200 Subject: [PATCH] Remove unused variables from travis.yml --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8dc8908..02970b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,15 +8,9 @@ jdk: script: - mvn verify -B -e -V -env: - matrix: - - TARGET=CI - cache: directories: - $HOME/.m2/repository - # for integration tests and analysis - - $HOME/.sonar notifications: email: false