From eeb97c53f39b3f63c814f7f9bed7b0a86a9ac0fe Mon Sep 17 00:00:00 2001 From: kwokkan Date: Sat, 9 Nov 2019 17:27:47 +0000 Subject: [PATCH] #113: Initial Travis CI config. --- .travis.yml | 8 ++++++++ CardHero.sln | 1 + 2 files changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..cc296e1b9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: csharp +solution: CardHero.sln +mono: none +dotnet: 3.0.100 +install: + - dotnet restore CardHero.sln +script: + - dotnet build CardHero.sln --configuration Release --no-restore diff --git a/CardHero.sln b/CardHero.sln index 4b98e1522..cf4f73daa 100644 --- a/CardHero.sln +++ b/CardHero.sln @@ -8,6 +8,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{128AF639-3CB9-45A5-8449-7339C2810218}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + .travis.yml = .travis.yml global.json = global.json renovate.json = renovate.json EndProjectSection