Split out verifyVersionScan to speed build time

This commit is contained in:
Tyler Benson 2017-08-25 15:09:28 -07:00
parent f292baa4a4
commit 73f9dc823b
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@ jobs:
- run:
name: Run Tests
command: ./gradlew clean check verifyVersionScan --parallel
command: ./gradlew clean check --parallel
- run:
name: Verify Version Scan
command: ./gradlew verifyVersionScan --parallel
- save_cache:
paths: