mirror of https://github.com/sbt/sbt.git
Add nio tests to .travis.yml
These were inadvertently excluded when I refactored this file.
This commit is contained in:
parent
1e1c92c57a
commit
995a1c6b8b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue