Revert debug stuff

This commit is contained in:
Alexandre Archambault 2018-05-21 18:30:54 +02:00
parent e4f40b6a1d
commit 38c0d60424
1 changed files with 2 additions and 2 deletions

View File

@ -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