Update AppVeyor and Travis settings
This commit is contained in:
parent
6049ab80c2
commit
8ea2edee77
|
|
@ -29,7 +29,7 @@ branches:
|
|||
before_install:
|
||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
|
||||
script:
|
||||
- ./build.sh --quiet verify
|
||||
- ./build.sh
|
||||
notifications:
|
||||
webhooks:
|
||||
secure: "dHMdQ1e41csnzTCa/7xzZ/0zHEzRYxrEsN4SQr8F7tw714WJyTmrlOAoMz00AgcS/FuyfNFu8EKjwjn0aOKSka7ozIszEX9rzUBa9/Wb0M+M0vsTO3RhdmbvkMIDj0XiXpssVqXSFdnTJWwEduwziy57ZRflXvRyirDi8xMBAw4="
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ branches:
|
|||
- dev
|
||||
- /^(.*\/)?ci-.*$/
|
||||
build_script:
|
||||
- build.cmd verify
|
||||
- ps: .\build.ps1
|
||||
clone_depth: 1
|
||||
test: off
|
||||
deploy: off
|
||||
|
|
|
|||
Loading…
Reference in New Issue