Merge branch 'release/2.1' into dev

This commit is contained in:
Nate McMaster 2018-03-02 14:28:00 -08:00
commit b8276fccec
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
2 changed files with 20 additions and 20 deletions

View File

@ -2,9 +2,8 @@ init:
- git config --global core.autocrlf true
branches:
only:
- master
- release
- dev
- /^release\/.*$/
- /^(.*\/)?ci-.*$/
environment:
global:
@ -13,6 +12,6 @@ environment:
build_script:
- ps: .\run.ps1 default-build
clone_depth: 1
test: off
deploy: off
test: 'off'
deploy: 'off'
os: Visual Studio 2017

View File

@ -16,12 +16,13 @@ os:
osx_image: xcode8.2
branches:
only:
- master
- release
- dev
- /^release\/.*$/
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl nginx; 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/; else ./install-nginx.sh; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl nginx;
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/; else ./install-nginx.sh; fi
install:
- export PATH="$PATH:$HOME/nginxinstall/sbin/"
script: