NO-JIRA comments to clarify Travis 'script' command

This commit is contained in:
Justin Bertram 2018-02-21 12:10:40 -06:00 committed by Clebert Suconic
parent 7f0c9d0226
commit 81f89ae9f5
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
sudo: false sudo: false
language: java language: java
install: true 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 script: mvn -Pfast-tests -Pextra-tests -B install
cache: cache:
directories: directories:
- $HOME/.m2 - $HOME/.m2