Split project and aggregate project-load

This commit is contained in:
jvican 2017-05-03 13:55:37 +02:00
parent 272afa9d73
commit f967f6c1d7
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ env:
- SBT_CMD="scripted dependency-management/*2of4"
- SBT_CMD="scripted dependency-management/*3of4"
- SBT_CMD="scripted dependency-management/*4of4"
- SBT_CMD="scripted java/* package/* reporter/* run/*"
- SBT_CMD="scripted project/* project-load/*"
- SBT_CMD="scripted java/* package/* reporter/* run/* project-load/*"
- SBT_CMD="scripted project/*1of2"
- SBT_CMD="scripted project/*2of2"
- SBT_CMD="scripted source-dependencies/*"
- SBT_CMD="scripted tests/*"
- SBT_CMD="repoOverrideTest:scripted dependency-management/*"