mirror of https://github.com/halo-dev/halo
🎨 Travis CI修改打包参数
parent
2d2274a4ea
commit
fa8f43c47e
|
@ -2,9 +2,9 @@ language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
script:
|
script:
|
||||||
- mvn clean package -Pprod
|
- mvn clean package -Pci
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
notifications:
|
notifications:
|
||||||
webhooks: https://fathomless-fjord-24024.herokuapp.com/notify
|
webhooks: https://fathomless-fjord-24024.herokuapp.com/notify
|
||||||
|
|
Loading…
Reference in New Issue