diff --git a/scripts/travis.sh b/scripts/travis.sh index e16006a8f..fc68de4e7 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -202,8 +202,6 @@ if isScalaJs; then jsCompile runJsTests else - testBootstrap - testNativeBootstrap integrationTestsRequirements @@ -220,6 +218,8 @@ else else runJvmTests + testBootstrap + validateReadme checkBinaryCompatibility fi