Split dependency-management tests

This commit is contained in:
Eugene Yokota 2017-04-04 19:22:09 -04:00
parent cac2d5ad7b
commit 9dac6e910d
1 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,10 @@ env:
- SBT_CMD="scripted actions/*" - SBT_CMD="scripted actions/*"
- SBT_CMD="scripted apiinfo/*" - SBT_CMD="scripted apiinfo/*"
- SBT_CMD="scripted compiler-project/*" - SBT_CMD="scripted compiler-project/*"
- SBT_CMD="scripted dependency-management/*1of2" - SBT_CMD="scripted dependency-management/*1of4"
- SBT_CMD="scripted dependency-management/*2of2" - 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 ivy-deps-management/*"
- SBT_CMD="scripted java/*" - SBT_CMD="scripted java/*"
- SBT_CMD="scripted package/*" - SBT_CMD="scripted package/*"