mirror of https://github.com/sbt/sbt.git
Fix Travis script (2.10 build)
This commit is contained in:
parent
6f3384c260
commit
a1bb46d6c4
|
|
@ -34,7 +34,7 @@ else
|
|||
SBT_COMMANDS="compile"
|
||||
fi
|
||||
|
||||
SBT_COMMANDS="$SBT_COMMANDS publish-local" # Required for ~/.ivy2/local repo tests
|
||||
sbt ++2.11.6 core-jvm/publish-local # Required for ~/.ivy2/local repo tests
|
||||
SBT_COMMANDS="$SBT_COMMANDS core-jvm/test core-js/test"
|
||||
|
||||
PUSH_GHPAGES=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue