Split scripted tests into matrix so we run on parallel virtual machines.

This commit is contained in:
Josh Suereth 2014-03-08 10:50:33 -05:00
parent c09c78a9b5
commit 4a7f5aa92f
1 changed files with 12 additions and 1 deletions

View File

@ -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: