From 6f19303efc29d6c33356a54bcb36120debaf910d Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 10 Sep 2016 13:01:55 +0200 Subject: [PATCH] Build: Travis CI setup with .Net Core support --- .travis.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac5f0ecf..bb62b719 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,18 @@ language: csharp -sudo: false -script: + +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