NO-JIRA comments to clarify Travis 'script' command
This commit is contained in:
parent
7f0c9d0226
commit
81f89ae9f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue