Skip to content

Commit

Permalink
Travis: Run the javadoc command only the on the main compiler project…
Browse files Browse the repository at this point in the history
…, not the GWT build.

We only run this to make sure a javadoc failure won't cause errors when trying to do a release. This isn't needed for the GWT build since it isn't released through Maven.

Fixes #2568

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=161694147
  • Loading branch information
tbreisacher committed Jul 12, 2017
1 parent 7f53560 commit 055932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
# Builds the compiler and runs tests
- mvn install --batch-mode
# Checks for JavaDoc errors
- mvn javadoc:javadoc
- mvn -pl com.google.javascript:closure-compiler javadoc:javadoc

# Causes the build to run on a VM instead of in a container, to avoid OOM errors.
sudo: required
Expand Down

0 comments on commit 055932c

Please sign in to comment.