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
|
jsCompile
|
||||||
runJsTests
|
runJsTests
|
||||||
else
|
else
|
||||||
testBootstrap
|
|
||||||
|
|
||||||
testNativeBootstrap
|
testNativeBootstrap
|
||||||
|
|
||||||
integrationTestsRequirements
|
integrationTestsRequirements
|
||||||
|
|
@ -220,6 +218,8 @@ else
|
||||||
else
|
else
|
||||||
runJvmTests
|
runJvmTests
|
||||||
|
|
||||||
|
testBootstrap
|
||||||
|
|
||||||
validateReadme
|
validateReadme
|
||||||
checkBinaryCompatibility
|
checkBinaryCompatibility
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue