Merge branch 'release/2.1' into dev

This commit is contained in:
Nate McMaster 2018-03-02 14:21:36 -08:00
commit 82013bd8b5
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
2 changed files with 23 additions and 25 deletions

View File

@ -1,24 +1,23 @@
init: init:
- git config --global core.autocrlf true - git config --global core.autocrlf true
environment: environment:
AUTOBAHN_SUITES_LOG: 1 AUTOBAHN_SUITES_LOG: 1
global: global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1
ASPNETCORE_WSTEST_PATH: "$(APPVEYOR_BUILD_FOLDER)/vendor/virtualenv/Scripts/wstest.exe" ASPNETCORE_WSTEST_PATH: $(APPVEYOR_BUILD_FOLDER)/vendor/virtualenv/Scripts/wstest.exe
cache: cache:
- vendor\VCForPython27.msi - vendor\VCForPython27.msi
branches: branches:
only: only:
- master - dev
- /release\/.*/ - /^release\/.*$/
- dev - /^(.*\/)?ci-.*$/
- /^(.*\/)?ci-.*$/
install: install:
- ps: .\build\setup-wstest.ps1 - ps: .\build\setup-wstest.ps1
build_script: build_script:
- ps: .\run.ps1 default-build - ps: .\run.ps1 default-build
clone_depth: 1 clone_depth: 1
test: off test: 'off'
deploy: off deploy: 'off'
os: Visual Studio 2017 os: Visual Studio 2017

View File

@ -3,28 +3,27 @@ sudo: false
dist: trusty dist: trusty
env: env:
global: global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1 - DOTNET_CLI_TELEMETRY_OPTOUT: 1
- AUTOBAHN_SUITES_LOG: 1 - AUTOBAHN_SUITES_LOG: 1
- ASPNETCORE_WSTEST_PATH: "$TRAVIS_BUILD_DIR/.virtualenv/bin/wstest" - ASPNETCORE_WSTEST_PATH: $TRAVIS_BUILD_DIR/.virtualenv/bin/wstest
mono: none mono: none
python: python:
- pypy - pypy
os: os:
- linux - linux
- osx - osx
osx_image: xcode8.2 osx_image: xcode8.2
addons: addons:
apt: apt:
packages: packages:
- libunwind8 - libunwind8
branches: branches:
only: only:
- master - dev
- /release\/.*/ - /^release\/.*$/
- dev - /^(.*\/)?ci-.*$/
- /^(.*\/)?ci-.*$/
install: install:
- ./build/setup-wstest.sh - ./build/setup-wstest.sh
script: script:
- ./build.sh - ./build.sh