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