From 8b4dd62b72259f611cce6b1ee8d1850edbf6259e Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 1 Mar 2017 18:25:51 -0800 Subject: [PATCH] Update AppVeyor and Travis settings --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19e7789d707..0de34e540db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: "NG/u6ESPlM/TF2sg4uWYn/ufR5HEr+qZO3NsT8zzdKhkR1+AKazydK8jaf2Q39xtsmiNeZaSrzQ+movtYc9EzXZw+iHU94738rad0gTR5ht4CjpA3PvPxewe9aliOivfFXTKNNCrMANiarhrKDekS0jg2eplGr9QMHw1oGHM3pA=" diff --git a/appveyor.yml b/appveyor.yml index df67923781c..3f828ce38ef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ branches: - dev - /^(.*\/)?ci-.*$/ build_script: - - build.cmd verify + - ps: .\build.ps1 clone_depth: 1 test: off deploy: off