Skip to content

Commit

Permalink
better comments in .travis.yml
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=139385082
  • Loading branch information
tbreisacher authored and blickly committed Nov 17, 2016
1 parent 8c1f4d7 commit f3d5c6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -12,9 +12,12 @@ cache:
install: true

script:
# Builds the compiler and runs tests
- mvn install --batch-mode
# Checks for JavaDoc errors
- mvn javadoc:javadoc

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

notifications:
Expand Down

0 comments on commit f3d5c6a

Please sign in to comment.