parent
a10d3eccbf
commit
8d61026438
22
.travis.yml
22
.travis.yml
|
|
@ -1,19 +1,15 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
sudo: required
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
addons:
|
env:
|
||||||
apt:
|
global:
|
||||||
packages:
|
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
- gettext
|
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||||
- libcurl4-openssl-dev
|
|
||||||
- libicu-dev
|
|
||||||
- libssl-dev
|
|
||||||
- libunwind8
|
|
||||||
- zlib1g
|
|
||||||
mono: none
|
mono: none
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
osx_image: xcode8.2
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
@ -24,9 +20,3 @@ 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
|
- 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:
|
script:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
notifications:
|
|
||||||
webhooks:
|
|
||||||
secure: "XshregcmoXywFrrlIk7MLluUV2Pd8Z/VftrviVZjRL5+3akix2QnP15eT2E13yNtyS1yIc3lWfrVrLLf+H5bN9dUSzxIMNoJQ/S18F/AO5VD5ewd6pLC0uYhUcHdTRQuzjLGVPlt2suKpPllV2SsGlAdGatdCfj5zM6eOG31jaA="
|
|
||||||
on_success: always
|
|
||||||
on_failure: always
|
|
||||||
on_start: always
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue