From 38c0d60424a1cd6b8d01f8a1cffa06152c69d1be Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 21 May 2018 18:30:54 +0200 Subject: [PATCH] Revert debug stuff --- scripts/travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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