Add nio tests to .travis.yml

These were inadvertently excluded when I refactored this file.
This commit is contained in:
Ethan Atkins 2019-07-16 20:48:04 -07:00
parent 1e1c92c57a
commit 995a1c6b8b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ env:
matrix:
- SBT_CMD=";mimaReportBinaryIssues ;scalafmtCheckAll ;headerCheck ;test:headerCheck ;whitesourceOnPush ;test:compile; publishLocal ;mainSettingsProj/test ;safeUnitTests ;otherUnitTests; doc"
- SBT_CMD="scripted actions/* apiinfo/* compiler-project/* ivy-deps-management/* reporter/* tests/* watch/* classloader-cache/* package/*"
- SBT_CMD="scripted dependency-management/* plugins/* project-load/* java/* run/*"
- SBT_CMD="scripted dependency-management/* plugins/* project-load/* java/* run/* nio/*"
- SBT_CMD="repoOverrideTest:scripted dependency-management/*; scripted source-dependencies/* project/*"
matrix: