mirror of
https://github.com/ctripcorp/zeus.git
synced 2024-11-10 09:02:49 +08:00
6 lines
91 B
YAML
6 lines
91 B
YAML
|
language: java
|
||
|
install:
|
||
|
mvn install -Dmaven.test.skip -B -fae
|
||
|
script:
|
||
|
mvn test -B -fae
|