Skip to content

Commit

Permalink
Merge pull request #792 from typelevel/topic/fix-script
Browse files Browse the repository at this point in the history
fix CI build script
  • Loading branch information
larsrh authored Apr 10, 2021
2 parents 0d8dfd5 + d385cef commit 98e740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98e740e

Please sign in to comment.