mirror of https://github.com/sbt/sbt.git
Expand travis with all working unit tests.
This commit is contained in:
parent
d034561083
commit
e00325aeec
|
|
@ -16,7 +16,8 @@ env:
|
|||
- SCRIPTED_TEST="scripted source-dependencies/*2of3"
|
||||
- SCRIPTED_TEST="scripted source-dependencies/*3of3"
|
||||
- SCRIPTED_TEST="scripted tests/*"
|
||||
- SCRIPTED_TEST=launcher/test
|
||||
- SCRIPTED_TEST="all launcher/test main-settings/test main/test ivy/test logic/test completion/test"
|
||||
- SCRIPTED_TEST="all actions/test classpath/test collections/test incremental-compiler/test logging/test run/test task-system/test"
|
||||
# TODO - we'd like to actually test everything, but the process library has a deadlock right now
|
||||
jdk:
|
||||
- openjdk6
|
||||
|
|
|
|||
Loading…
Reference in New Issue