Skip to content

Commit

Permalink
#113: Initial Travis CI config. (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokkan authored Nov 9, 2019
1 parent e12c9a8 commit 8135cec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions CardHero.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8135cec

Please sign in to comment.