Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 4866911

Browse files
author
Nate McMaster
committed
Merge branch 'release/2.1' into dev
2 parents 8d1c85a + 4921bcf commit 4866911

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

.appveyor.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
init:
2-
- git config --global core.autocrlf true
2+
- git config --global core.autocrlf true
33
branches:
44
only:
5-
- master
6-
- release
7-
- dev
8-
- /^(.*\/)?ci-.*$/
9-
- /^rel\/.*/
5+
- dev
6+
- /^release\/.*$/
7+
- /^(.*\/)?ci-.*$/
108
build_script:
11-
- ps: .\run.ps1 default-build
9+
- ps: .\run.ps1 default-build
1210
clone_depth: 1
1311
environment:
1412
global:
1513
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1614
DOTNET_CLI_TELEMETRY_OPTOUT: 1
17-
test: off
18-
deploy: off
15+
test: 'off'
16+
deploy: 'off'
1917
image: Visual Studio 2017

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ sudo: required
33
dist: trusty
44
env:
55
global:
6-
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
7-
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
6+
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
7+
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
88
addons:
99
apt:
1010
packages:
11-
- libunwind8
11+
- libunwind8
1212
mono: none
1313
os:
14-
- linux
15-
- osx
14+
- linux
15+
- osx
1616
osx_image: xcode8.2
1717
branches:
1818
only:
19-
- master
20-
- release
21-
- dev
22-
- /^rel\/.*$/
23-
- /^(.*\/)?ci-.*$/
19+
- dev
20+
- /^release\/.*$/
21+
- /^(.*\/)?ci-.*$/
2422
before_install:
25-
- 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
23+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s
24+
/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
25+
/usr/local/lib/; fi
2626
script:
27-
- ./build.sh
27+
- ./build.sh

0 commit comments

Comments
 (0)