Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
327 B

language: csharp
env:
- HOME=/home/travis APPDATA=/home/travis LocalAppData=/home/travis
sudo: required #false
dist: bionic
dotnet: 3.1.101
mono:
- latest
os:
- linux
branches:
except:
- gh-pages
script:
- ./build.sh Test quick
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- DOTNET_CLI_TELEMETRY_OPTOUT=1