NO-JIRA comments to clarify Travis 'script' command
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/81f89ae9 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/81f89ae9 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/81f89ae9 Branch: refs/heads/master Commit: 81f89ae9f5553206202721ef3adb40bdad1ab347 Parents: 7f0c9d0 Author: Justin Bertram <[email protected]> Authored: Wed Feb 21 12:10:40 2018 -0600 Committer: Clebert Suconic <[email protected]> Committed: Wed Feb 21 15:59:59 2018 -0500 ---------------------------------------------------------------------- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/81f89ae9/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index cc4fed2..53074f1 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
