From 30afd8cb30d40a93f658eb69812e65f4ed61fc05 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sat, 10 Oct 2015 18:50:01 -0700 Subject: [PATCH] infra: order of build is changed, locale test move to the end to speed up launches of more demanding analysers --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a2875870..c67ab67da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,6 @@ matrix: - jdk: oraclejdk8 env: DESC="tests" CMD="mvn clean integration-test failsafe:verify" COVERAGE_CMD="" DEPLOY="true" - # unit tests in German locale (oraclejdk8) - - jdk: oraclejdk8 - env: DESC="tests" CMD="mvn clean integration-test failsafe:verify -DargLine='-Duser.language=de -Duser.country=DE'" COVERAGE_CMD="" - # checkstyle (oraclejdk8) - jdk: oraclejdk8 env: @@ -202,6 +198,9 @@ matrix: - CMD3="-Dcheckstyle.ant.skip=true -Dgpg.skip=true'" - CMD=$CMD1$CMD2$CMD3 - COVERAGE_CMD="" + # unit tests in German locale (oraclejdk8) + - jdk: oraclejdk8 + env: DESC="tests" CMD="mvn clean integration-test failsafe:verify -DargLine='-Duser.language=de -Duser.country=DE'" COVERAGE_CMD="" # unit tests (openjdk7, oraclejdk7) - jdk: openjdk7 env: DESC="tests" CMD="mvn clean integration-test failsafe:verify" COVERAGE_CMD=""