-if [ "$TRAVIS_OS_NAME" == "osx" ]; then ulimit -n 1024 ; fi
-DOTNET_SKIP_FIRST_TIME_EXPERIENCE:true
-DOTNET_CLI_TELEMETRY_OPTOUT:1
-CLI_VERSION=2.0.0
addons:
apt:
packages:
-gettext
-libcurl4-openssl-dev
-libicu-dev
-libssl-dev
-libunwind8
-zlib1g
# Make sure build dependencies are installed.
before_install:
-if test "$TRAVIS_OS_NAME" == "osx"; then 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