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