csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
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.
18 lines
245 B
18 lines
245 B
language: csharp
|
|
|
|
env:
|
|
- HOME=/home/travis APPDATA=/home/travis LocalAppData=/home/travis
|
|
|
|
sudo: required #false
|
|
dist: trusty
|
|
dotnet: 1.0.0-preview2-003121
|
|
|
|
mono:
|
|
- latest
|
|
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|
|
script:
|
|
- ./build.sh Test quick
|
|
|