mirror of https://github.com/sbt/sbt.git
Split scripted tests into matrix so we run on parallel virtual machines.
This commit is contained in:
parent
c09c78a9b5
commit
4a7f5aa92f
13
.travis.yml
13
.travis.yml
|
|
@ -1,6 +1,17 @@
|
|||
language: scala
|
||||
script:
|
||||
- sbt scripted
|
||||
- sbt "scripted $SCRIPTED_TEST"
|
||||
env:
|
||||
- SCRIPTED_TEST=actions/*
|
||||
- SCRIPTED_TEST=api/*
|
||||
- SCRIPTED_TEST=compiler-project/*
|
||||
- SCRIPTED_TEST=dependency-management/*
|
||||
- SCRIPTED_TEST=java/*
|
||||
- SCRIPTED_TEST=package/*
|
||||
- SCRIPTED_TEST=reporter/*
|
||||
- SCRIPTED_TEST=run/*
|
||||
- SCRIPTED_TEST=source-dependencies/*
|
||||
- SCRIPTED_TEST=tests/*
|
||||
jdk:
|
||||
- openjdk6
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Reference in New Issue