diff --git a/.travis.yml b/.travis.yml index a040cef874..1d6d4144bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ branches: - release - dev - /^(.*\/)?ci-.*$/ + - /^feature\// 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: diff --git a/appveyor.yml b/appveyor.yml index be95b88d6f..2275c1322c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,7 @@ branches: - release - dev - /^(.*\/)?ci-.*$/ + - /^feature\// build_script: - build.cmd --quiet verify clone_depth: 1