Skip to content

Commit

Permalink
Fix fix doubled doubled word word
Browse files Browse the repository at this point in the history
  • Loading branch information
liblit committed May 3, 2020
1 parent 8ae11b2 commit 63526f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/script-gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run_gradle() {

case "$(javac -version 2>&1)" in
(javac\ 1.8.*)
# ECJ compilation checks checks only need to run on one operating system
# ECJ compilation checks only need to run on one operating system
if [ "${TRAVIS_OS_NAME:-}" = linux ]; then
run_gradle javadoc build publishToMavenLocal
else
Expand Down

0 comments on commit 63526f0

Please sign in to comment.