forked from jasder/antlr
Adding -q to mvn command line for appveyor
This commit is contained in:
parent
7e2213dde7
commit
e71ebef3ec
|
@ -1,6 +1,6 @@
|
||||||
version: '4.5.4-SNAPSHOT+AppVeyor.{build}'
|
version: '4.5.4-SNAPSHOT+AppVeyor.{build}'
|
||||||
os: Windows Server 2012
|
os: Windows Server 2012
|
||||||
build_script:
|
build_script:
|
||||||
- mvn compile --batch-mode
|
- mvn compile -q --batch-mode
|
||||||
test_script:
|
test_script:
|
||||||
- mvn install -Dantlr-python2-python="C:\Python27\python.exe" -Dantlr-python3-python="C:\Python35\python.exe" -Dantlr-javascript-nodejs="C:\Program Files (x86)\nodejs\node.exe" --batch-mode
|
- mvn install -q -Dantlr-python2-python="C:\Python27\python.exe" -Dantlr-python3-python="C:\Python35\python.exe" -Dantlr-javascript-nodejs="C:\Program Files (x86)\nodejs\node.exe" --batch-mode
|
||||||
|
|
Loading…
Reference in New Issue