mirror of https://github.com/sbt/sbt.git
Configure Travis for fast finishing
See https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
This commit is contained in:
parent
12c2734052
commit
f02485b54b
|
|
@ -13,6 +13,9 @@ jdk:
|
|||
- openjdk7
|
||||
- oraclejdk7
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- SBT_CMD="mima-report-binary-issues"
|
||||
|
|
|
|||
Loading…
Reference in New Issue