Commit 4e2c016e authored by yangxiaodong's avatar yangxiaodong

Update CI config

parent 71016d4e
language: csharp language: csharp
sudo: required sudo: required
dist: trusty
mono: none mono: none
dotnet: 1.0.0
matrix:
include:
- os: linux
dist: trusty # Ubuntu 14.04
dotnet: 1.0.1
mono: none
env: DOTNETCORE=1
sudo: required
- os: osx
osx_image: xcode7.3 # macOS 10.11
dotnet: 1.0.1
mono: none
env: DOTNETCORE=1
before_install:
- chmod a+x ./build.sh
- 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
os:
- linux
- osx
osx_image: xcode7.3
before_script:
- chmod a+x ./build.sh
script: script:
- ./build.sh - ./build.sh
notifications: \ No newline at end of file
email: false
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