diff --git a/.travis.yml b/.travis.yml index 20fc55510..c39d887fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,10 @@ env: - SBT_CMD="scripted actions/*" - SBT_CMD="scripted apiinfo/*" - SBT_CMD="scripted compiler-project/*" - - SBT_CMD="scripted dependency-management/*1of2" - - SBT_CMD="scripted dependency-management/*2of2" + - SBT_CMD="scripted dependency-management/*1of4" + - SBT_CMD="scripted dependency-management/*2of4" + - SBT_CMD="scripted dependency-management/*3of4" + - SBT_CMD="scripted dependency-management/*4of4" - SBT_CMD="scripted ivy-deps-management/*" - SBT_CMD="scripted java/*" - SBT_CMD="scripted package/*"