mirror of https://github.com/sbt/sbt.git
Revert debug stuff
This commit is contained in:
parent
e4f40b6a1d
commit
38c0d60424
|
|
@ -202,8 +202,6 @@ if isScalaJs; then
|
|||
jsCompile
|
||||
runJsTests
|
||||
else
|
||||
testBootstrap
|
||||
|
||||
testNativeBootstrap
|
||||
|
||||
integrationTestsRequirements
|
||||
|
|
@ -220,6 +218,8 @@ else
|
|||
else
|
||||
runJvmTests
|
||||
|
||||
testBootstrap
|
||||
|
||||
validateReadme
|
||||
checkBinaryCompatibility
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue