Update AppVeyor and Travis settings
This commit is contained in:
parent
0d1eabaa00
commit
d2a85d2179
|
|
@ -31,4 +31,4 @@ before_install:
|
|||
install:
|
||||
- export PATH="$PATH:$HOME/nginxinstall/sbin/"
|
||||
script:
|
||||
- ./build.sh --quiet verify
|
||||
- ./build.sh
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ branches:
|
|||
- dev
|
||||
- /^(.*\/)?ci-.*$/
|
||||
build_script:
|
||||
- build.cmd verify
|
||||
- ps: .\build.ps1
|
||||
clone_depth: 1
|
||||
test: off
|
||||
deploy: off
|
||||
deploy: off
|
||||
|
|
|
|||
Loading…
Reference in New Issue