Commit 8c8f3767 authored by Savorboard's avatar Savorboard Committed by GitHub

Update .travis.yml

parent 5e321a22
language: csharp language: csharp
sudo: required
mono: none
matrix: matrix:
include: include:
- os: linux - os: linux
dist: trusty # Ubuntu 14.04 dist: trusty # Ubuntu 14.04
dotnet: 2.0.0 dotnet: 2.0.0
mono: none
env: DOTNETCORE=1
sudo: required sudo: required
- os: osx - os: osx
osx_image: xcode8.3 # macOS 10.12 osx_image: xcode8.3 # macOS 10.12
dotnet: 2.0.0 dotnet: 2.0.0
mono: none
env: DOTNETCORE=1
before_install: before_install:
- chmod a+x ./build.sh - chmod a+x ./build.sh
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ulimit -n 1024 ; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then ulimit -n 1024 ; fi
install: #install:
- export DOTNET_CLI_TELEMETRY_OPTOUT=1 # - export DOTNET_CLI_TELEMETRY_OPTOUT=1
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get stable; brew update; brew install openssl; fi # - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get stable; brew update; brew install openssl; fi
script: script:
- ./build.sh - ./build.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment