Attempt to fix travis
This commit is contained in:
parent
f14a27c692
commit
7643c29961
|
|
@ -1,5 +1,5 @@
|
||||||
language: java
|
language: java
|
||||||
services: mongodb
|
services: mongodb
|
||||||
|
|
||||||
install: mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true -P snapshot
|
install: mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
|
||||||
script: mvn install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
|
script: mvn install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue