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
runJsTests
else
testBootstrap
testNativeBootstrap
integrationTestsRequirements
@ -220,6 +218,8 @@ else
else
runJvmTests
testBootstrap
validateReadme
checkBinaryCompatibility
fi