From 1550f02f9a40baa6eb5c25b05b3daa46f649197a Mon Sep 17 00:00:00 2001 From: Enrico Campidoglio Date: Thu, 21 Feb 2019 16:24:00 +0100 Subject: [PATCH] Updates the build configuration to run on Travis CI --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f75e8d8..ff7c959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ dist: trusty language: csharp install: true -mono: latest -dotnet: 1.0.4 +mono: none +dotnet: 2.1.500 sudo: required branches: only: - - netcore + - netcore-2.1 script: - - ./build.sh -t Deploy + - ./build.sh --target=Deploy env: - DeployTo="https://linker-demo.scm.azurewebsites.net/api/zipdeploy"