From 81f89ae9f5553206202721ef3adb40bdad1ab347 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Wed, 21 Feb 2018 12:10:40 -0600 Subject: [PATCH] NO-JIRA comments to clarify Travis 'script' command --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cc4fed27fd..53074f1253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ sudo: false language: java install: true + +# use 'install' so smoke-tests will work +# use '-Pextra-tests' to ensure extra-tests compiles even though they won't actually run script: mvn -Pfast-tests -Pextra-tests -B install + cache: directories: - $HOME/.m2