From f3d5c6a69bcc13f963344bb5931b28ddf1dff9c9 Mon Sep 17 00:00:00 2001 From: tbreisacher Date: Wed, 16 Nov 2016 15:08:52 -0800 Subject: [PATCH] better comments in .travis.yml ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139385082 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b2cbe94e007..0d07f89ebcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: