mirror of https://github.com/sbt/sbt.git
Update Travis script
This commit is contained in:
parent
1743bbbf1d
commit
0296322d01
|
|
@ -34,6 +34,7 @@ else
|
|||
SBT_COMMANDS="compile"
|
||||
fi
|
||||
|
||||
SBT_COMMANDS="$SBT_COMMANDS 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