Skip to content

Instantly share code, notes, and snippets.

@bruno-garcia
Created December 1, 2017 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruno-garcia/47dd3a3cc379ff737a7f3687966995a4 to your computer and use it in GitHub Desktop.
Save bruno-garcia/47dd3a3cc379ff737a7f3687966995a4 to your computer and use it in GitHub Desktop.
.NET Core Travis-CI build configuration (Greentube.Messaging)
language: csharp
sudo: false
mono: none
os:
- linux
- osx
osx_image: xcode8.1
dotnet: 2.0.0
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- DOTNET_CLI_TELEMETRY_OPTOUT=1
script:
- ulimit -n 512; dotnet restore && ls test/**/*.csproj | grep -v 'Greentube.Messaging.Testing' | xargs -L1 dotnet test -c Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment