config: travis - move NonDex below primary tools

This commit is contained in:
Roman Ivanov 2016-10-02 07:28:56 -07:00
parent 4b7adec5ae
commit d30b24d16f
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,6 @@ matrix:
- jdk: oraclejdk8
env: DESC="tests and deploy" CMD="mvn clean integration-test failsafe:verify" COVERAGE_CMD="" DEPLOY="true"
# NonDex (oraclejdk8)
- jdk: oraclejdk8
env: DESC="NonDex" CMD="mvn clean nondex:nondex" COVERAGE_CMD="" DEPLOY="false"
# checkstyle (oraclejdk8)
- jdk: oraclejdk8
env:
@ -43,6 +39,10 @@ matrix:
- CMD="mvn clean compile pmd:check findbugs:check"
- COVERAGE_CMD=""
# NonDex (oraclejdk8)
- jdk: oraclejdk8
env: DESC="NonDex" CMD="mvn clean nondex:nondex" COVERAGE_CMD="" DEPLOY="false"
# site (oraclejdk8 as 'site' success is required to be sure that on release time all will be ok, admins will use oracle8 version)
# moved to https://codeship.com/projects/124310/configure_tests
#- jdk: oraclejdk8