From d385ceff35b06388472b2df87c27d71d7e7cabe2 Mon Sep 17 00:00:00 2001 From: Lars Hupel Date: Sat, 10 Apr 2021 18:44:47 +0200 Subject: [PATCH] fix CI build script --- tools/travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index bcff7da1a..db8c428a2 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -9,7 +9,7 @@ else TESTS=1000 fi -for t in clean compile "testOnly * -- \"-s $TESTS -w $WORKERS\"" mimaReportBinaryIssues package; do +for t in clean compile "testOnly * -- -s $TESTS -w $WORKERS" mimaReportBinaryIssues package doc; do sbt_cmd+=("$PLATFORM/$t") done