Update AppVeyor and Travis settings

This commit is contained in:
Nate McMaster 2017-03-01 18:25:39 -08:00
parent 18026305d8
commit 2d03145dfe
2 changed files with 2 additions and 2 deletions

View File

@ -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: "V+ynhkZnRWn9VemSgBKI6KB5WxSE/SuoIKFnBQFb/1O0r15aac4/VyzuRdTK8V29OxdI1vK0J3UET2c2v2Q2IusFc4rCHGcRIobjHq+YW8944betuYfHkpVgniHofaGLgJH8gdlZv4elDdVHWKndYIGTaBU8+dO8ktp+9BFGYhs="

View File

@ -7,7 +7,7 @@ branches:
- dev
- /^(.*\/)?ci-.*$/
build_script:
- build.cmd verify
- ps: .\build.ps1
clone_depth: 1
test: off
deploy: off